8000 GitHub - ne7ermore/yolo-v3: You Only Look Once by Pytorch
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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 liaoyuanhuo1987@gmail.com).

About

You Only Look Once by Pytorch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0