You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I a using yolov11 and wanted use DLA on jetson orin nx with jetpack 6.1 , but when i am running this following script from ultralytics i am getting follwing error
from ultralytics import YOLO
model = YOLO("yolo11n.pt")
model.export(format="engine", device="dla:0", half=True) # dla:0 or dla:1 corresponds to the DLA cores
I a using yolov11 and wanted use DLA on jetson orin nx with jetpack 6.1 , but when i am running this following script from ultralytics i am getting follwing error
from ultralytics import YOLO
model = YOLO("yolo11n.pt")
model.export(format="engine", device="dla:0", half=True) # dla:0 or dla:1 corresponds to the DLA cores
trt_model = YOLO("yolo11n.engine")
results = trt_model("https://ultralytics.com/images/bus.jpg")
, then i checked :sudo tegrastats
its showing NVDLA0 off NVDLA1 off , could you help me in that ,
The text was updated successfully, but these errors were encountered: