pjreddie / darknet

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

why openimage is much slower than others? #1525

Open tomsang opened 5 years ago

tomsang commented 5 years ago

I tried this command, ./darknet detector demo cfg/openimages.data cfg/yolov3-openimages.cfg download/yolov3-openimages.weights

It's much slower than others such as ./darknet detector demo cfg/coco.data cfg/yolov3.cfg yolov3.weights

why openimage is much slower than others?

LukeAI commented 5 years ago

Probably because the default network size in yolov3.cfg is 416x416 and in yolov3-openimages.cfg is 608x608