shizukachan / darknet-nnpack

Fork of darknet-nnpack
Other
96 stars 56 forks source link

Segmentation fault #16

Open bnurbekov opened 5 years ago

bnurbekov commented 5 years ago

Hi, thank you so much for the great work! It's very helpful.

I am getting a "Segmentation fault" when running ./darknet detector test cfg/voc.data ~/Downloads/yolov3-tiny.cfg ~/Downloads/yolov3-tiny.weights data/person.jpg and ./darknet detector test cfg/voc.data ~/Downloads/yolov2-tiny.cfg ~/Downloads/yolov2-tiny.weights data/person.jpg. Have you encountered it before by any chance? Do you know how I should go about fixing it?

Thank you in advance!

Shivankit99 commented 4 years ago

@bnurbekov were you able to resolve the issue. If yes, could you please tell me how you did it. Facing the same issue