This is a cpu only fork of Scaled-YOLOv4-csp, published as "Scaled-YOLOv4: Scaling Cross Stage Partial Network".
Replaced Cuda-Mish with CPU supported Mish activation function.
Download yolov4-csp.weights
file and save it in weights/
folder.
In a terminal run:
python inference.py --cfg models/yolov4-csp.cfg --weights weights/yolov4-csp.weights --img-src <path/to/an/image>
@article{wang2020scaled,
title={{Scaled-YOLOv4}: Scaling Cross Stage Partial Network},
author={Wang, Chien-Yao and Bochkovskiy, Alexey and Liao, Hong-Yuan Mark},
journal={arXiv preprint arXiv:2011.08036},
year={2020}
}