Skip to content

DINO-XSeek-1.0 not available in public DDS API #33

@Everloom-129

Description

@Everloom-129

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions