Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 369 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 369 Bytes

ResNet50 Example

Note: This example requires Pillow and numpy

Download the model here

wget https://huggingface.co/qualcomm/ResNet50/resolve/main/ResNet50.tflite

Run the model

python ./resnet.py

Run against a different image

IMG="./gorilla.jpg" python ./resnet.py