Vectorvin

Results 4 comments of Vectorvin

It is related to the official Ultralytics library, which was only tested on Jetpack 6.1. But I'm curious that Jetpack 6.1's TensorRT environment is actually the same as Jetpack 6.2

I just use it as below ```python from ultralytics import YOLO # Load a YOLO11n PyTorch model model = YOLO("./model/weights/best.pt") # Export the model to TensorRT model.export(format="engine") # creates 'best.engine'...

my device is Jetson Orin Nano Super. The tensorRT version in Jetpack 6.2 is same as JetPack 6.1,whic is 10.3.  and your guide say it could support JetPack6.1. so how...

     my device is Jetson Orin Nano Super. My JetPack version is 6.2. The tensorRT version in Jetpack 6.2 is same as JetPack 6.1,which is 10.3. And your guide...