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?