Segmentation Fault (core dumped) occurs when YOLOV5 is running on a jetson nano device

I’m trying to run the yolov5 program on my jetson nano.
detect.py runs inference on a variety of sources, downloading models automatically from the latest YOLOv5 release and saving results to runs/detect.

python detect.py --source 0  # webcam
                          img.jpg  # image
                          vid.mp4  # video
                          path/  # directory
                          path/*.jpg  # glob
                          'https://youtu.be/Zgi9g1ksQHc'  # YouTube
                          'rtsp://example.com/media.mp4'  # RTSP, RTMP, HTTP stream

Hi,

Segmentation fault is usually caused by invalid memory access.

Have you tried the sample on other platforms (ex. x86) before?
If not, would you mind giving it a try?

Thanks.

how to run it?

Hi,

Do you have another platform? Ex. an x86 desktop?
If yes, could you try the sample on the platform?

Thanks.

you mean windows pc?

Suggest to have Ubuntu host PC to try.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.