xiaochus / YOLOv3

Keras implementation of yolo v3 object detection.
MIT License
605 stars 264 forks source link
cnn keras object-detection yolov3

YOLOv3

Keras(TF backend) implementation of yolo v3 objects detection.

According to the paper YOLOv3: An Incremental Improvement.

Requirement

Quick start

Demo result

It can be seen that yolo v3 has a better classification ability than yolo v2.

TODO

Reference

@article{YOLOv3,  
  title={YOLOv3: An Incremental Improvement},  
  author={J Redmon, A Farhadi },
  year={2018}

Copyright

See LICENSE for details.