diff --git a/README.md b/README.md index 50de72b3..ff7d9134 100755 --- a/README.md +++ b/README.md @@ -80,13 +80,13 @@ GPUs | `batch_size` | speed | COCO epoch Run `detect.py` to apply trained weights to an image, such as `zidane.jpg` from the `data/samples` folder: -**YOLOv3:** `python3 detect.py --cfg cfg/yolov3.cfg --weights weights/yolov3.pt` +**YOLOv3:** `python3 detect.py --cfg cfg/yolov3.cfg --weights weights/yolov3.weights` -**YOLOv3-tiny:** `python3 detect.py --cfg cfg/yolov3-tiny.cfg --weights weights/yolov3-tiny.pt` +**YOLOv3-tiny:** `python3 detect.py --cfg cfg/yolov3-tiny.cfg --weights weights/yolov3-tiny.weights` -**YOLOv3-SPP:** `python3 detect.py --cfg cfg/yolov3-spp.cfg --weights weights/yolov3-spp.pt` +**YOLOv3-SPP:** `python3 detect.py --cfg cfg/yolov3-spp.cfg --weights weights/yolov3-spp.weights` ## Webcam