stereolabs / zed-yolo

3D Object detection using Yolo and the ZED in Python and C++
https://www.stereolabs.com/
MIT License
159 stars 68 forks source link

Segmentation fault (core dumped) Problem #51

Closed ahmettarhan closed 2 years ago

ahmettarhan commented 3 years ago

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. 1

a741419244 commented 3 years ago

可能是内存泄露,栈满了,产生了非法访问内存

github-actions[bot] commented 2 years ago

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