edge_eval_python
edge_eval_python copied to clipboard
Segmentation fault (core dumped) in nms_process_one_image
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.
@Bedrettin-Cetinkaya Did you manage to solve this issue? I'm stuck at the same line of code with error message:
malloc(): invalid next size (unsorted)
Aborted (core dumped)
@Bedrettin-Cetinkaya Did you manage to solve this issue? I'm stuck at the same line of code with error message:
malloc(): invalid next size (unsorted)
Aborted (core dumped)
Unfortunately, no. I just used Matlab code to generate NMS images.
Okay, thanks for the answer! I'll try doing the same!