Changes between Version 23 and Version 24 of TPU


Ignore:
Timestamp:
06/29/2020 04:21:11 PM (4 years ago)
Author:
Cale Collins
Comment:

added output to classification example.

Legend:

Unmodified
Added
Removed
Modified
  • TPU

    v23 v24  
    192192--input images/parrot.jpg 
    193193}}}
     194** Example output: **
     195{{{
     196root@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----
     201Note: The first inference on Edge TPU is slow because it includes loading the model into Edge TPU memory.
     20216.0ms
     2033.1ms
     2043.1ms
     2053.1ms
     2063.0ms
     207-------RESULTS--------
     208Ara macao (Scarlet Macaw): 0.77734
     209}}}
    194210
    195211= Advanced Demo: Video Webcam Detection with GStreamer Example