Hello,
it gives segmentation fault on the below line:
solver.nms(out.ctypes.data_as(c_float_pointer),
edge.ctypes.data_as(c_float_pointer),
ori.ctypes.data_as(c_float_pointer),
r, s, m, w, h)
I normalized image to range 0-1, but error still exists. How can I solve this problem?
Thanks.