AlexeyAB / darknet

YOLOv4 / Scaled-YOLOv4 / YOLO - Neural Networks for Object Detection (Windows and Linux version of Darknet )
http://pjreddie.com/darknet/
Other
21.8k stars 7.97k forks source link

"Segmentation fault (core dump)" error while using yolo_console_dll.cpp #4508

Open mahjahromi opened 4 years ago

mahjahromi commented 4 years ago

Hi @AlexeyAB, thank you very much for your awesome repository. I'm using yolo_console_dll.cpp on Jetson Nano connected to a webcam as it has a higher FPS, and I'm using the pre-trained yolov3 weight and cfg file. Everything seems to be fine, however, after a couple of minutes, uselib stops executing with a "Segmentation fault (core dumped)" error.

What does this error mean?

AlexeyAB commented 4 years ago

Do you get the same issue if you use test.mp4 file instead of web-cam?

mahjahromi commented 4 years ago

Thank you @AlexeyAB for your reply. yes, but this time, it took longer to end with the error. What is the issue?

AlexeyAB commented 4 years ago

yes, but this time, it took longer to end with the error.

Can you show screenshot of the error?