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

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 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,11 @@ 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:
- [a camera](/operate/reference/components/camera/)
- [a `tflite_cpu` ML model](/data-ai/ai/deploy/) with the model you just trained
- [an `mlmodel` vision service] using the `tflite_cpu` model.
sguequierre marked this conversation as resolved.
Show resolved Hide resolved

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