Update README.md
This commit is contained in:
parent
2737b419ac
commit
55d63fe939
|
@ -7,7 +7,7 @@ http://www.ultralytics.com
|
|||
|
||||
# Description
|
||||
|
||||
The https://github.com/ultralytics/yolov3 repo contains code to train YOLOv3 on the COCO dataset: https://cocodataset.org/#home. **Credit to Joseph Redmon for YOLO** (https://pjreddie.com/darknet/yolo/) and to **Erik Lindernoren for the pytorch implementation** this work is based on (https://github.com/eriklindernoren/PyTorch-YOLOv3).
|
||||
The https://github.com/ultralytics/yolov3 repo contains code inference and training of YOLOv3 on the COCO dataset: https://cocodataset.org/#home. **Credit to Joseph Redmon for YOLO** (https://pjreddie.com/darknet/yolo/) and to **Erik Lindernoren for the pytorch implementation** this work is based on (https://github.com/eriklindernoren/PyTorch-YOLOv3).
|
||||
|
||||
# Requirements
|
||||
|
||||
|
@ -33,4 +33,4 @@ Run `test.py` to test the latest checkpoint on the 5000 validation images. Josep
|
|||
|
||||
# Contact
|
||||
|
||||
For questions or comments please contact Glenn Jocher at glenn.jocher@ultralytics.com or visit us at http://www.ultralytics.com/contact
|
||||
For questions or comments please contact Glenn Jocher at glenn.jocher@ultralytics.com or visit us at http://www.ultralytics.com/contact
|
||||
|
|
Loading…
Reference in New Issue