Replies: 1 comment 2 replies
-
@niiish32x just use the following script and the weight will automatically download. from ultralytics.vit import RTDETR
model = RTDETR("rtdetr-x.pt") |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can't find rtdetr model like rtdetr_l.pt. There is only rtdetr model with suffix .pdparams.
Beta Was this translation helpful? Give feedback.
All reactions