21 lines
715 B
Markdown
21 lines
715 B
Markdown
# Scaled-YOLOv4
|
|
|
|
This is the implementation of "[Scaled-YOLOv4: Scaling Cross Stage Partial Network](https://arxiv.org/abs/2011.08036)".
|
|
|
|

|
|
|
|
* [YOLOv4-CSP](https://github.com/WongKinYiu/ScaledYOLOv4/tree/yolov4-csp)
|
|
* [YOLOv4-tiny](https://github.com/WongKinYiu/ScaledYOLOv4/tree/yolov4-tiny)
|
|
* [YOLOv4-large](https://github.com/WongKinYiu/ScaledYOLOv4/tree/yolov4-large)
|
|
|
|
## Citation
|
|
|
|
```
|
|
@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}
|
|
}
|
|
```
|