Update README.md
parent
37b5592535
commit
8579a59652
11
README.md
11
README.md
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue