| 194 | ** Example output: ** |
| 195 | {{{ |
| 196 | root@bionic-newport:~/coral/tflite/python/examples/classification# python3 classify_image.py \ |
| 197 | > --model models/mobilenet_v2_1.0_224_inat_bird_quant_edgetpu.tflite \ |
| 198 | > --labels models/inat_bird_labels.txt \ |
| 199 | > --input images/parrot.jpg |
| 200 | ----INFERENCE TIME---- |
| 201 | Note: The first inference on Edge TPU is slow because it includes loading the model into Edge TPU memory. |
| 202 | 16.0ms |
| 203 | 3.1ms |
| 204 | 3.1ms |
| 205 | 3.1ms |
| 206 | 3.0ms |
| 207 | -------RESULTS-------- |
| 208 | Ara macao (Scarlet Macaw): 0.77734 |
| 209 | }}} |