Hello,
So I followed all steps on this repo, to run my custom trained yolov5 model on jetson nano using my csi camera and jetson nano (4gb).
However, after running this command, the terminal gets stuck after reading the weights and the model, and then the whole system hangs and I am forced to reboot.
As suggested on this nvidia-forum-topic I changed the source definition to accommodate my csi camera.
Can someone please help me understand why this is happening? And how can I fix this to get the predictions using the CSI camera?
Jetpack - 4.6
DeepSTream - 6.0
Its really urgent for me to solve this, please help me out!
As an alternative, is there is way we can use this code to run the yolov5 model using csi-camera on the jetson nano?
which command? can you share the logs? you might redirect the log to a file, can you monitor the system CPU, memory usage?
it is custom code, we did not test it, you can use deepstream sample deepstream-app, here is the sample configuration csi camera, you might use the default mode to test first.
This is the command I ran after following all the steps in this repo
I dont know how to check the logs or the CPU and memory usage, and unfortunately I am unable to attach a screenshot for the same since after running the code my jetson nano just hangs and automatically reboots.
Can you please help me figure this out?
Update: I ran these two lines of code:
$ sudo nvpmodel -m 0
$ sudo jetson_clocks
And after this I ran the code again, it did work for initial 30-50 seconds, after which it hanged again and forced a reboot into my jetson nano.
Please help me understand how to avoid it from hanging.
There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks
to narrow down this issue, please check the following:
can the simplest sample deestream-test1 run?
if using yolov5, please run jtop to check if the CPU/memory are exhausted.
if using yolov5, can you try local file as source?
after rebooting, can you provide system log by “sudo /usr/bin/nvidia-bug-report-tegra.sh -o system.log”? and a file in /sys/fs/pstore/ which is system log too.