Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOCS-3423: Update train-tflite.md feedback from tahiya #3938

Merged
merged 9 commits into from
Feb 5, 2025
7 changes: 6 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,12 @@ 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.

You can test both detection models and classifier models using the following resources together:

- [a camera](/operate/reference/components/camera/)
sguequierre marked this conversation as resolved.
Show resolved Hide resolved
- [a `tflite_cpu` ML model](/data-ai/ai/deploy/) with the model you just trained
- [an `mlmodel` vision service](/operate/reference/services/vision/mlmodel/) using the `tflite_cpu` model

## 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
Loading