diff --git a/docs/services/vision/classification.md b/docs/services/vision/classification.md index 4295f37c36..218c2e6dc8 100644 --- a/docs/services/vision/classification.md +++ b/docs/services/vision/classification.md @@ -88,7 +88,26 @@ Proceed to [test your classifier](#test-your-classifier). ## Test your classifier -You can test your classifier with [live camera footage](#live-camera-footage) or [existing images](#existing-images). +You can test your classifier with [existing images in the Viam app](#existing-images-in-the-cloud), [live camera footage](#live-camera-footage), or [existing images on a computer](#existing-images-on-your-machine). + +### Existing images in the cloud + +{{< alert title="Note" color="note" >}} + +The feature is only available for classifiers that were uploaded after September 19, 2023. + +{{< /alert >}} + +{{}} + +If you have images stored in the [Viam cloud](/manage/data/), you can run your classifier against your images in the [Viam app](https://app.viam.com/). + +1. Navigate to the [Data tab](/manage/data/view/) and click on the **Images** subtab. +2. Click on an image to open the side menu, and select the **Actions** tab under the **Data** tab. +3. In the **Run model** section, select your model and specify a confidence threshold. +4. Click **Run model** + +If the classifier's results exceed the confidence threshold, the **Run model** section shows a label and the responding confidence threshold. ### Live camera footage @@ -212,7 +231,7 @@ To learn more about how to use classification, see the [Go SDK docs](https://pkg {{% /tab %}} {{< /tabs >}} -### Existing images +### Existing images on your machine If you would like to test your classifier with existing images, load the images and pass them to the classifier: diff --git a/static/services/vision/mug-classifier.mp4 b/static/services/vision/mug-classifier.mp4 new file mode 100644 index 0000000000..ae1afddcf0 Binary files /dev/null and b/static/services/vision/mug-classifier.mp4 differ diff --git a/static/services/vision/mug-classifier.webm b/static/services/vision/mug-classifier.webm new file mode 100644 index 0000000000..a209535bba Binary files /dev/null and b/static/services/vision/mug-classifier.webm differ