I am trying to run darknet_zed. py file but I keep getting Segmentation fault (core dumped) error. I tried to figure out the problem, I think the problem is within the detect() function. I printed the 253rd row which is " if dets[j].prob[i] > 0: " and I attached the result.
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment otherwise it will be automatically closed in 5 days
I am trying to run darknet_zed. py file but I keep getting Segmentation fault (core dumped) error. I tried to figure out the problem, I think the problem is within the detect() function. I printed the 253rd row which is " if dets[j].prob[i] > 0: " and I attached the result.