Hello, I’m using a Jetson Orin Nano Super Developer Kit with JetPack 6.2 (CUDA 12.6). My goal is to train a YOLO model (e.g. YOLOv11) and deploy it for real-time object detection using a CSI-attached camera.
So far, I have:
- Installed JetPack 6.2 and confirmed CUDA 12.6 is active.
- Cloned the YOLO repo and downloaded sample weights/datasets.
However, I can’t find a pre-built PyTorch (and corresponding TorchVision) wheel that’s compatible with CUDA 12.6 on this platform. Could someone please advise:
Which PyTorch/TorchVision version or wheel** should I install for CUDA 12.6 on JetPack 6.2?
Are there official L4T-compatible wheels for Orin Nano Super, or must I build from source?
What is the recommended installation method (apt packages, pip wheels, or cross-compile)?
Any example scripts or GitHub repos demonstrating YOLOv5/YOLOv8/YOLOv11 training and CSI-camera inference on Jetson?
Thank you for your help!