philipperemy / yolo-9000

YOLO9000: Better, Faster, Stronger - Real-Time Object Detection. 9000 classes!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fails to identify objects that where picked up prior with yolo.weights

rnunziata opened this issue · comments

Fails to identify objects that where picked up prior with yolo.weights. Old system idenified books in this photo. It seems to skip over small objects.
2017-09-11-123956

@rnunziata YOLO 9000 is less precise than the YOLO V2. Its mAP is lower.

But it can recognize a lot more objects. Try to decrease the threshold when you do inference:

-thresh 0.15

Also please do refer to this conversation for more information: #3

Thanks