From 7bcab73be8b5e05e8aaa11ca0c88f7d288e3f565 Mon Sep 17 00:00:00 2001 From: Sierra Guequierre Date: Mon, 29 Jan 2024 10:29:53 -0500 Subject: [PATCH] DOCS-1655/DOCS-1670: Remove Raw from JSON and make config CONFIGURE tab R2D2 (#2431) --- docs/appendix/changelog.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/appendix/changelog.md b/docs/appendix/changelog.md index a11021095a..17e1c81e91 100644 --- a/docs/appendix/changelog.md +++ b/docs/appendix/changelog.md @@ -308,6 +308,7 @@ The latest updates enable you to: - View readable webcam names in the **video path** of your camera component. - Specify your preferred framerate by selecting the desired value in the newly added **framerate field** on the **CONFIGURE** tab. +- Specify your preferred framerate by selecting the desired value in the newly added **framerate field** on the **CONFIGURE** tab. {{% /changelog %}} @@ -378,11 +379,7 @@ detections = await vision.get_detections(img, "find_objects") #### Color detector configurations -<<<<<<< HEAD -You can replace existing color detectors by [configuring new ones in the UI](/ml/vision/detection/#configure-a-color_detector) or you can update the [JSON configuration of your machines](/build/configure/#the-config-tab): -======= -You can replace existing color detectors by [configuring new ones in the UI](/ml/vision/mlmodel/) or you can update the [Raw JSON configuration of your machines](/build/configure/#the-config-tab): ->>>>>>> 24ee5894 (Update vision svc organization to be by model (#2424)) +You can replace existing color detectors by [configuring new ones in the UI](/ml/vision/detection/color_detector) or you can update the [JSON configuration of your machines](/build/configure/#the-config-tab): {{< tabs >}} {{% tab name="New Way" %}} @@ -457,6 +454,7 @@ You can replace existing color detectors by [configuring new ones in the UI](/ml #### TFLite detector configurations +You can replace existing TFLite detectors by [configuring new ones in the UI](/ml/vision/mlmodel/) or you can update the [JSON configuration of your machines](/build/configure/#the-config-tab): You can replace existing TFLite detectors by [configuring new ones in the UI](/ml/vision/mlmodel/) or you can update the [JSON configuration of your machines](/build/configure/#the-config-tab): {{< tabs >}}