<p>I successfully managed to run YOLOv8n detection model in Jetson Nano with an unofficial <a href="https://github.com/Qengineering/Jetson-Nano-Ubuntu-20-image" rel="nofollow noreferrer">Ubuntu 20.04 image</a> by Qengineering.</p>
<p>Afterwards, you only need to install Ultralytics and run the YOLO model as usual.</p>
<p>However, from my experience there's an issue with the model in Jetson Nano. The program running the model uses high memory (2GB+), even when using CLI (<code>yolo predict ...</code>). So, I can't do anything unless running the detection program in Jetson Nano.</p>
<p>In conclusion, it works but raises another problem. Let's see if you or anyone has the same problem.</p>