Skip to content

A Detailed and Optimized Implementation of Yolo-V3 in Original TensorFlow.

Notifications You must be signed in to change notification settings

lucasjinreal/tensorflow_yolov3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TensorFlow Yolo-V3

A detailed and optimized implementation with full featured Yolo-V3 advantages.

Yolo-V3 has been updated head network structure (DarkNet 19 -> DarkNet 53). This improvement was inspired by ResNet and FPN. Yolo-V3 has very good improvements then previous version. As well as accelerate the speed of detection, roughly 3-4 times then SSD or Retina-Net.

Train

To train our own datasets, we should prepared some raw labels, I will public some articles about this. Currently we are structing the training pipleline codes.

Inferences

Todo.

Copyright

This work was done by Jin Fagang, All Rights Reserved.

About

A Detailed and Optimized Implementation of Yolo-V3 in Original TensorFlow.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages