Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dla:0 or dla:1 corresponds to the DLA cores #4

Open
Adicontrol opened this issue Nov 9, 2024 · 1 comment
Open

dla:0 or dla:1 corresponds to the DLA cores #4

Adicontrol opened this issue Nov 9, 2024 · 1 comment

Comments

@Adicontrol
Copy link

Adicontrol commented Nov 9, 2024

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")

dla

, then i checked :sudo tegrastats
its showing NVDLA0 off NVDLA1 off , could you help me in that ,

@Ugo1998
Copy link

Ugo1998 commented Jan 14, 2025

hi, would u reinstall pytorch from https://forums.developer.nvidia.com/t/pytorch-for-jetson/72048
until
import python3
import torch
import torchvision
torch.cuda.is_available()
return true
This may fix ur problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants