pjreddie / darknet

Convolutional Neural Networks
http://pjreddie.com/darknet/
Other
25.84k stars 21.33k forks source link

tiny-yolo.weights model (COCO) detects nothing #308

Open xhuvom opened 7 years ago

xhuvom commented 7 years ago

the tiny-yolo.weights model (for COCO) provided on the website doesn't mention mAP. However, running ./darknet detector demo cfg/coco.data cfg/tiny-yolo.cfg tiny-yolo.weights detects nothing. But the tiny-voc model works fine with the mentioned mAP. I can't understand why is this!! Is it hard to detect 80 object classes with 15 layer network?

AurusHuang commented 7 years ago

Try: ./darknet detector test cfg/coco.data cfg/tiny-yolo.cfg tiny-yolo.weights and enter the image you want to test.

xhuvom commented 7 years ago

Thats good. But can't it run video feed?