Update README.md
parent
df2637da8f
commit
b200e22f24
21
README.md
21
README.md
|
@ -1 +1,20 @@
|
|||
# scaledYOLOv4
|
||||
# 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}
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue