Update README.md

yolov4-large
Kin-Yiu, Wong 2021-05-31 08:46:16 +08:00 committed by GitHub
parent 37b5592535
commit 8579a59652
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

@ -139,3 +139,14 @@ python -m torch.distributed.launch --nproc_per_node 4 train.py --batch-size 64 -
year={2020}
}
```
## Acknowledgements
<details><summary> <b>Expand</b> </summary>
* [https://github.com/AlexeyAB/darknet](https://github.com/AlexeyAB/darknet)
* [https://github.com/WongKinYiu/PyTorch_YOLOv4](https://github.com/WongKinYiu/PyTorch_YOLOv4)
* [https://github.com/ultralytics/yolov3](https://github.com/ultralytics/yolov3)
* [https://github.com/ultralytics/yolov5](https://github.com/ultralytics/yolov5)
</details>