Skip to content

Commit

Permalink
DOCS-3423: Update train-tflite.md feedback from tahiya
Browse files Browse the repository at this point in the history
- wanted to add this alternative way of testing
  • Loading branch information
sguequierre authored Jan 28, 2025
1 parent 8665aae commit 5c23528
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/data-ai/ai/train-tflite.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ Ideally, you want your ML model to be able to work with a high level of confiden
As you test it, if you notice faulty predictions or confidence scores, you will need to adjust your dataset and retrain your model.

If you trained a classification model, you can test it with the following instructions.
If you trained a detection model, move on to [deploy an ML model](/data-ai/ai/deploy/).

1. Navigate to the [**DATA** tab](https://app.viam.com/data/view) and click on the **Images** subtab.
1. Click on an image to open the side menu, and select the **Actions** tab.
Expand All @@ -173,6 +172,9 @@ If you trained a detection model, move on to [deploy an ML model](/data-ai/ai/de

If the results exceed the confidence threshold, the **Run model** section shows a label and the responding confidence threshold.

If you trained a detection model, you can test it using a configured [camera](/operate/reference/components/camera/) and [vision service](/data-ai/ai/run-inference/) by expanding the **TEST** panel on the vision service's configuration card.
You can also test classifiers this way.

## Next steps

Now your machine can make inferences about its environment. The next step is to [act](/data-ai/ai/act/) or [alert](/data-ai/ai/alert/) based on these inferences.
Expand Down

0 comments on commit 5c23528

Please sign in to comment.