I was able recently able to get accelerated YoloV11 to work with my 4GB Jetson Nano Developer kit for interference camera frames. Worked fine like 11FPS.
It actually supports Jetpack 4.6.7 and nvidia-docker2.. I was working with Jetson Nano on Duckietown Duckiebot platform.
The thing with Jetson Nano Jetpack is, it's not GPU there.. It's an embedded platform with software stack only built for the Ubuntu 18.. I got it working when I rebuilt ROS inside a container based on NVidia L4T-cuda image (tho I did most of this work within QEMU).
I recall there was even Ultralytics Docker image I used as baseline on how I did this. There was some benchmark tool for Jetson Nano. Um, they still seem to support Jetpack 4.x,
The baseline Docker image was NVidia l4t-cuda that provided the baseline support..
The solution I saw for Jetson Nano was rather weird, as it exported some of the shared libraries from base image into the Docker image and it all had to be Ubuntu 18 based. There was some Python 3.8 package from some repo I used to get things started with.. My Docker build was incremental and had more layers that built the stuff. This was based on how Duckietown had also built their stuff.
This was the final Docker image payload to run, the Python code that does yolo interference is also in this repo,
Starting the interference was very slow and memory intensive and caused camera acquisition pipeline to fail, but once it got running I was able to restart acquisition and get it working..
Cheers for the club!
- Sampsa