Open xinsuinizhuan opened 4 years ago
I use the version of cpu opencv and the yolo_cpp_dll_no_gpu to detect (coco model), find no objects.
detection *dets = get_network_boxes(net, im.w, im.h, thresh, hier_thresh, 0, 1, &nboxes, letter_box); the &nboxes is zero
But when i use the version of the gpu opencv, it works.
I just compiled yolo_cpp_dll_no_gpu.sln and run darknet.py and it can detect successfully by using CPU: coco model
yolo_cpp_dll_no_gpu.sln
darknet.py
I use the version of cpu opencv and the yolo_cpp_dll_no_gpu to detect (coco model), find no objects.
detection *dets = get_network_boxes(net, im.w, im.h, thresh, hier_thresh, 0, 1, &nboxes, letter_box); the &nboxes is zero
But when i use the version of the gpu opencv, it works.