Skip to content

lucasjinreal/yolov3_tf2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages