YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
Hugging Face Grounding DINO Handler
Custom Hugging Face Inference Endpoint handler for IDEA-Research/grounding-dino-tiny.
Request Contract
{
"inputs": {
"image_base64": "...",
"mime_type": "image/jpeg",
"candidate_labels": ["furniture", "chair", "sofa"]
}
}
Response Contract
{
"detections": [
{
"label": "chair",
"score": 0.97,
"box": { "x1": 12, "y1": 18, "x2": 120, "y2": 220 }
}
]
}
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support