Home

Awesome

YOLOv3

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

According to the paper YOLOv3: An Incremental Improvement.

Requirement

Quick start

python yad2k.py cfg\yolo.cfg yolov3.weights data\yolo.h5
python demo.py

Demo result

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

<img width="400" height="350" src="/images/res/dog.jpg"/><img width="400" height="350" src="/images/res/person.jpg"/>

TODO

Reference

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

Copyright

See LICENSE for details.