Segmentation fault (core dumped) jetson nano

Hi,

I’m working on a robotics project with a jetson nano for a few months. I have created a python 3 code able to take an image that it stores on a USB key and make Yolo v3 analyze it and detect the object it has been trained to detect.

The problem is that most of the time the program gives me an error like this: segmentation fault (core dumped).

My program is attached.

Could you help me to solve this problem?

Thanks in advance,

Sacha.

Sacha.code topic.py (1.2 KB)

Hi,
This looks like a Jetson issue. We recommend you to raise it to the respective platform from the below link

Thanks!

Hi,

I can’t find an appropriate topic for my problem.
Would you have an idea to solve the error I have when I execute my python code?

Thanks in advance,

Sacha

Hi @sachamk2,

This forum talks more about updates and issues related to TensorRT.
If you’re facing this issue only on Jetson platform, as suggested above we request you to post your query on Jetson Nano forum.

or else if you’re facing the problem with model, recommend you to post your query on issues section of git repo used to get Yolo v3 model.

Thank you.