Ubuntu – Running custom trained yolov8 model on Jetson Nano
I’ve custom trained a yolov8n model and I would like to run it on a Jetson Nano. Has anyone managed to do this? If yes, would you be so kind to help me out? I’ve got a .pt of the…
I’ve custom trained a yolov8n model and I would like to run it on a Jetson Nano. Has anyone managed to do this? If yes, would you be so kind to help me out? I’ve got a .pt of the…
Have been spending many hours on getting this working with the newest python on Jetson, default it comes with Python 3.6.9 (Jetpack 4.6.4). So I compiled Python 3.11 and registered it. It works. NOTE: pip install opencv-python is NOT the…
So Im trying to build a mediapipe whl file for my jetson nano by following this guide https://github.com/jiuqiant/mediapipe_python_aarch64 I am successful on building it with my raspberry pi 4. By the way this github repo also provides a whl file…