Official Docs: https://coral.ai/docs/

Understanding how TPUs function: https://qengineering.eu/google-corals-tpu-explained.html

Documentation

⚠️ Before you start… Learn safety rules of the board!

Set up

Steps on macOS to connect to the Dev Board Mini's serial console

Recreating MagPie3

  1. Try out the script and make sure everything is working

    python3 examples/classify_image.py \\
      --model test_data/mobilenet_v2_1.0_224_inat_bird_quant_edgetpu.tflite  \\
      --labels test_data/inat_bird_labels.txt \\
      --input test_data/magpie.jpg
    
    
    
    

Projects

Steps on macOS to connect to the Dev Board Mini's serial console

Converting to .tflite format + 8-bit quantization

Run inference on the edge-tpu