Hello,
I’m running the Hello AI project on a Jetson Orin Nano with JetPack 6.1 (flashed onto an SD card). Successfully set up the environment and reached the point of running the following command:
“./imagenet.py --model=resnet18-tagging-voc --topK=0 --threshold=0.25 orange*.jpg images/test/tagging_%i.jpg”
However, I encounter a Segmentation fault (core dumped) error shortly after execution.
Device:Jetson Orin Nano
OS:JetPack 6.1
Python Version:3.10.12
PyTorch Version:2.5.1
CUDA Version:12.6
Driver Version:540.4.0
Can you please suggest the workaround?