Ultralytics YOLO and Jetson Nano 4.6

I have a jetson nano with jetpack 4.6 and I want to use YOLO with CUDA acceleration

The problem is that to install ultralytics, python needs to be >3.7, and jetpack’s is 4.6.

Even if I install python greater than 3.7, pytorch would not work, since I need to install pytorch and torchvision in PyTorch for Jetson: Ultralytics YOLO and CUDA for Jetson Nano 4.6.

And pytoch for jetpack 4.6 is only compatible with python 3.6

In short: to install pytorch and use cuda, I need python3.6, but to install ultralutics, it has to be python greater than 3.7

I’m stuck on this.

Hi,

Suppose Ultralytics should support Python 3.6 in the previous branch.
Please check with the Ultralytics team for the details.

To install PyTorch on JetPack 4, please find the package in the below link:

Thanks.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.