mirzak / meta-coral

Yocto/OE-core BSP Layer for Coral Dev Board
MIT License
40 stars 21 forks source link

add python3-edgetpu-examples package #11

Closed mirzak closed 4 years ago

mirzak commented 4 years ago

This will install the example models and code to test things out on the device, e.g:

cd /usr/share/edgetpu/examples/

python3 classify_image.py \
    --model models/mobilenet_v2_1.0_224_inat_bird_quant_edgetpu.tflite \
    --label models/inat_bird_labels.txt \
    --image images/parrot.jpg

Signed-off-by: Mirza Krak mirza@mkrak.org