Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Naomi Pentrel <[email protected]>
  • Loading branch information
sguequierre and npentrel authored Feb 3, 2025
1 parent 5c23528 commit e465d1a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/data-ai/ai/train-tflite.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,10 @@ If you trained a classification model, you can test it with the following instru

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.
You can test both detection models and classifier models using:
- [a camera]()
- [a tflite_cpu ML model]() with the model you just trained
- [an mlmodel vision service] using the tflite_cpu model.

## Next steps

Expand Down

0 comments on commit e465d1a

Please sign in to comment.