YoloV3 training on coco with tensorflow 2.0. this is a minimal implementation on yolov3 algorithm. Here are what have been done:
- A det-txt annotation format for training;
- Training on coco, and trainlist file generate script;
- Exporting model to tflite;
- Exporting model with fp16 and int8 inference;
You should have tensorflow-2.0-rc installed.
All beloved opensource authors.