Skip to content

ne7ermore/yolo-v3

Repository files navigation

Introduction

YOLO-v3 implemention from "YOLOv3: An Incremental Improvement".

Tutorial

Get tutorial series in HomePage

Requirement

pip install -r requirements.txt

Usage

Train

make

python3 train.py

Detect

Download weight from GoogleDrive

python3 detect.py

Citation

If you find this code useful for your research, please cite:

@misc{TaoYOLOv3,
  author = {Ne7ermore Tao},
  title = {yolo-v3},
  publisher = {GitHub},
  year = {2018},
  howpublished = {\url{https://github.com/ne7ermore/yolo-v3}}
}

Contact

Feel free to contact me if there is any question (Tao [email protected]).

About

You Only Look Once by Pytorch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published