ChenYingpeng / caffe-yolov3

A real-time object detection framework of Yolov3/v4 based on caffe
473 stars 231 forks source link

Got core dumped error #33

Closed wywlzyzz closed 5 years ago

wywlzyzz commented 5 years ago

I added a for loop in the main function to detect images. However, the time consumption for the function get_detections was growing continuously, and I finally got the Segmentation fault (core dumped) error.

Could anyone help me to figure out what was wrong? THX

wywlzyzz commented 5 years ago

And each loop includes free_detections(dets,nboxes), free_image(im) and free_image(sized).