Skip to content

This repo contains the colab for my ssdlite mobiledet model retrain tutorial

Notifications You must be signed in to change notification settings

teraSurfer/edgetpu-ssdlite-mobiledet-retrain

 
 

Repository files navigation

EdgeTpu SSDLite Mobiledet Transfer Learning Turotial

License made-with-coral

This repo contains the Colab notebook for my ssdlite mobiledet model retrain tutorial as well as the minimal example code to deploys the model on the EdgeTpu.

Open In Colab

Checkout my Medium article for the full walk through:

Actual eval after about 3k steps:

Quick run:

$ python3 run_model.py models/ssdlite_mobiledet_dog_vs_cat_edgetpu.tflite test_images
Evaluating: test_images/image1.jpg
Evaluating: test_images/image2.jpg
Evaluating: test_images/image3.jpg
Evaluating: test_images/image4.jpg
Evaluating: test_images/image5.jpg
Evaluating: test_images/image6.jpg
Evaluating: test_images/image7.jpg
Evaluating: test_images/image8.jpg
Inference time:  0.06407481100177392

Inference Results

References:

About

This repo contains the colab for my ssdlite mobiledet model retrain tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 90.6%
  • Python 9.4%