diff --git a/README.md b/README.md index 6b7ffd81..b18f5607 100755 --- a/README.md +++ b/README.md @@ -108,13 +108,13 @@ python3 detect.py --source ... To run a specific models: -**YOLOv3:** `python3 detect.py --cfg cfg/yolov3.cfg --weights weights/yolov3.weights` +**YOLOv3:** `python3 detect.py --cfg cfg/yolov3.cfg --weights yolov3.weights` -**YOLOv3-tiny:** `python3 detect.py --cfg cfg/yolov3-tiny.cfg --weights weights/yolov3-tiny.weights` +**YOLOv3-tiny:** `python3 detect.py --cfg cfg/yolov3-tiny.cfg --weights yolov3-tiny.weights` -**YOLOv3-SPP:** `python3 detect.py --cfg cfg/yolov3-spp.cfg --weights weights/yolov3-spp.weights` +**YOLOv3-SPP:** `python3 detect.py --cfg cfg/yolov3-spp.cfg --weights yolov3-spp.weights`