This is a stripped down C-only version of Darknet/YOLO. It was forked from old C source code. Please see the following repositories links for background information, more up-to-date information, or new development in C++.
- Development of Darknet/YOLO in C++ can be found here: https://github.com/hank-ai/darknetcv/
- Old source code YOLOv4 - Darknet: https://github.com/AlexeyAB/darknet
- About Darknet framework: http://pjreddie.com/darknet/
- Paper YOLOv4: https://arxiv.org/abs/2004.10934
@misc{darknet13,
author = {Joseph Redmon},
title = {Darknet: Open Source Neural Networks in C},
howpublished = {\url{http://pjreddie.com/darknet/}},
year = {2013--2016}
}
@misc{bochkovskiy2020yolov4,
title={YOLOv4: Optimal Speed and Accuracy of Object Detection},
author={Alexey Bochkovskiy and Chien-Yao Wang and Hong-Yuan Mark Liao},
year={2020},
eprint={2004.10934},
archivePrefix={arXiv},
primaryClass={cs.CV}
}
@InProceedings{Wang_2021_CVPR,
author = {Wang, Chien-Yao and Bochkovskiy, Alexey and Liao, Hong-Yuan Mark},
title = {{Scaled-YOLOv4}: Scaling Cross Stage Partial Network},
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
month = {June},
year = {2021},
pages = {13029-13038}
}