I can run ./darknet detector valid cfg/voc.data cfg/yolo-voc.cfg backup/yolo-voc_final.weights. But I can't run this command with yolov2.cfg. When I use command ./darknet detector valid cfg/voc.data cfg/yolov2.cfg yolov2.weights I run into a segmentation fault.
Why I get another results when I use command ./darknet yolo valid ... ?
Did you get any solution for this ?
Most helpful comment
Did you get any solution for this ?