Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 536 Bytes

File metadata and controls

13 lines (7 loc) · 536 Bytes

Example Models

Ximilar Custom Recognition

  • TFLite model download - Trained simple tagger with (Animal, Cat, Dog)

Download the model to the scripts/recognition folder, unzip it. Test tflite model on the specific image:

python load_tflite.py --model model/tflite/model.tflite --labels model/labels.txt --image image.png

Test keras saved model:

python load_tflite.py --model model/tflite/model.tflite --labels model/labels.txt --image image.png