/yolov3_tf2

Yolov3 implemented with brand new TensorFlow 2.0 API (both train and prediction)

Primary LanguagePython

TensorFlow 2.0 YoloV3

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;

Install

You should have tensorflow-2.0-rc installed.

Copyright

All beloved opensource authors.