YOLO-v3 implemention from "YOLOv3: An Incremental Improvement".
Get tutorial series in HomePage
pip install -r requirements.txt
make
python3 train.py
Download weight from GoogleDrive
python3 detect.py
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}}
}
Feel free to contact me if there is any question (Tao liaoyuanhuo1987@gmail.com).