Run Tiny-YOLOv2 model on TensorFlow Lite.
COCO, 80 classes
- Download 'tiny_yolo.h5' from https://drive.google.com/file/d/14-5ZojD1HSgMKnv6_E3WUcBPxaVm52X2/view?usp=sharing
- Convert TF model to TF Lite mode.
- Run Tiny-YOLOv2-tflite.py
Windows 10 + TensorFlow 1.15.0
- https://medium.com/@amrokamal_47691/yolo-yolov2-and-yolov3-all-you-want-to-know-7e3e92dc4899 (Good document)
- https://pjreddie.com/darknet/yolov2/ (Inventer, Developer)
- https://blog.francium.tech/real-time-object-detection-on-mobile-with-flutter-tensorflow-lite-and-yolo-android-part-a0042c9b62c6 (Reference Code)
- https://github.com/kaka-lin/object-detection (Reference Code)
- https://github.com/thtrieu/darkflow (TensorFlow Version)
- https://github.com/simo23/tinyYOLOv2 (Good document)