Skip to content

Commit 655e82c

Browse files
authored
Update README.md
1 parent 6d9ac66 commit 655e82c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@ python train.py -d cfg/coco.data -c cfg/yolo_v3.cfg -w yolo_v3.weights
2323
#### yolov2 models
2424
```
2525
wget http://pjreddie.com/media/files/yolo.weights
26-
python detect.py cfg/yolo.cfg yolo.weights data/dog.jpg data/voc.names
26+
python detect.py cfg/yolo.cfg yolo.weights data/dog.jpg data/coco.names
2727
```
2828

2929
![predictions](data/predictions-yolov2.jpg)
3030

3131
Loading weights from yolo.weights... Done!
3232
data\dog.jpg: Predicted in 0.832918 seconds.
3333
3 box(es) is(are) found
34-
cat: 0.934710
34+
truck: 0.934710
3535
bicycle: 0.998012
36-
sheep: 0.990524
36+
dog: 0.990524
3737
save plot results to predictions.jpg
3838

3939
#### yolov3 models

0 commit comments

Comments
 (0)