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
Thank you for your question! Currently, we don't provide the v9-e weight as it is still under preparation. We plan to release this weight with the official v1 release.
Thank you for your question! Currently, we don't provide the v9-e weight as it is still under preparation. We plan to release this weight with the official v1 release.
Best regards, Henry Tsui
Thanks for the reply.
I hope we will get the official v1 release soon.
I am just checking the inference command of YOLOv9_MIT with below:
!yolo task=inference name="testing" device="cuda" model="v9-e" task.nms.min_confidence=0.1 task.fast_inference="trt" task.data.source="horses.jpg" +quite=True
And getting the following error-
`In 'config': Could not find 'model/v9-e'
Available options in 'model':
v7
v9-c
v9-c-cls
v9-c-seg
v9-m
v9-s
Config search path:
provider=hydra, path=pkg://hydra.conf
provider=main, path=pkg://yolo.config
provider=schema, path=structured://`
The text was updated successfully, but these errors were encountered: