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?
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?