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 noticed that the demo code currently provided in this repo is designed for the older V1 API. As of April 2025, V1 endpoints have been deprecated and shut down.
For example, calling DINO-X inference with V2Task is not supported by existing helpers. I’ve written a simple wrapper class with get_dinox() using /v2/task/dinox/detection and also added a visualization util for bbox and mask predictions.
Would you be open to a pull request to include this V2-compatible helper?
Thanks again for the great work!
Best,
Jie Wang
GRASP Lab, UPenn
The text was updated successfully, but these errors were encountered:
Hi IDEA team,
Thanks for the amazing model and API!
I noticed that the demo code currently provided in this repo is designed for the older V1 API. As of April 2025, V1 endpoints have been deprecated and shut down.
For example, calling DINO-X inference with
V2Task
is not supported by existing helpers. I’ve written a simple wrapper class withget_dinox()
using/v2/task/dinox/detection
and also added a visualization util for bbox and mask predictions.Would you be open to a pull request to include this V2-compatible helper?
Thanks again for the great work!
Best,
Jie Wang
GRASP Lab, UPenn
The text was updated successfully, but these errors were encountered: