We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d9ac66 commit 655e82cCopy full SHA for 655e82c
README.md
@@ -23,17 +23,17 @@ python train.py -d cfg/coco.data -c cfg/yolo_v3.cfg -w yolo_v3.weights
23
#### yolov2 models
24
```
25
wget http://pjreddie.com/media/files/yolo.weights
26
-python detect.py cfg/yolo.cfg yolo.weights data/dog.jpg data/voc.names
+python detect.py cfg/yolo.cfg yolo.weights data/dog.jpg data/coco.names
27
28
29

30
31
Loading weights from yolo.weights... Done!
32
data\dog.jpg: Predicted in 0.832918 seconds.
33
3 box(es) is(are) found
34
-cat: 0.934710
+truck: 0.934710
35
bicycle: 0.998012
36
-sheep: 0.990524
+dog: 0.990524
37
save plot results to predictions.jpg
38
39
#### yolov3 models
0 commit comments