-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Description
Hi IDEA team,
Thanks for releasing this great API and tools! I'm currently using DDS Cloud API for experimentation with DINO-XSeek. However, it seems that the endpoint /v2/task/dinox_xseek/detection
with model "DINO-XSeek-1.0"
is not accessible in the public version.
Here's the relevant API config:
task = V2Task(api_path="/v2/task/dinox_xseek/detection", api_body={
"model": "DINO-XSeek-1.0",
"image": infer_image_url,
"prompt": {
"type": "text",
"text": "<prompt_free>", # or specific prompts
},
"targets": ["bbox", "mask"],
"bbox_threshold": 0.20,
"iou_threshold": 0.85
})
Is there any plan to support this model in the public API, or could I request access for research use?
Thanks a lot!
Metadata
Metadata
Assignees
Labels
No labels