Skip to content

Ximilar-com/models

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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

About

Example models to try and download.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages