Skip to content

Commit

Permalink
DOCS-1655/DOCS-1670: Remove Raw from JSON and make config CONFIGURE t…
Browse files Browse the repository at this point in the history
…ab R2D2 (#2431)
  • Loading branch information
sguequierre committed Jan 31, 2024
1 parent c8a6cf2 commit 7bcab73
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/appendix/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}}

Expand Down Expand Up @@ -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" %}}
Expand Down Expand Up @@ -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 >}}
Expand Down

0 comments on commit 7bcab73

Please sign in to comment.