You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Khanh LeViet, George Soloupis, ML on Mobile OS Working Group
Hi Khanh and George,
As I had mentioned during the call, here's the repository showing object detection capabilities with TensorFlow Lite (of course, it's nothing new). The repository contains the following notebooks:
Training_a_pets_detector_model_within_minutes_with_TFOD_API.ipynb: Shows how to train a custom object detection model on the Pets dataset (non-eager mode).
Running_inference_with_a_custom_TFOD_API_model.ipynb: Shows how to export a SavedModel graph from the trained checkpoint files, and run inference.
Object_Detection_in_TFLite.ipynb: Shows how to quantize the original model, generate a TFLite model, and run inference.
My next plan is to generate TFLite models with different quantization recipes (the current one's done with dynamic-range).Â