e2e-tflite-tutorials
e2e-tflite-tutorials copied to clipboard
YOLO: create and publish a tflite model on TF Hub
@hunglc007 who created this repo is working on converting YOLOv3_tiny to TF Lite. So far he has succeeded on creating a YOLOv3_tiny model that can run on TF Lite GPU.
The model training part is still needed to be done in darknet. Hung is working on implementing a training pipeline on TF2.
@hunglc007 could you provide an update on this project?
If you were able to obtain a TFLite variant of YOLOv3_tiny could you help me with the following?
- Notebook that shows the conversion process and inference in Python
- Links to the TFLite models
Additionally, would you be interested in publishing these models from TensorFlow Hub? That way the models could reach an even bigger audience.