LibreGroundingDINOt

Grounding DINO Swin-T tiny weights mirrored for LibreYOLO's LibreOpenVocab tier.

Source

Mirrored from IDEA-Research/grounding-dino-tiny. The model weights are published by IDEA Research under the Apache License 2.0.

Paper: https://arxiv.org/abs/2303.05499

Modifications

No learned parameters were changed. This repository preserves the Hugging Face transformers snapshot files needed by LibreYOLO's open-vocabulary detector wrapper and replaces the model card with LibreYOLO-specific loading notes.

Usage

from libreyolo import LibreOpenVocab

model = LibreOpenVocab("LibreGroundingDINOt")
model.set_classes(["person", "dog", "car"])
results = model.predict("image.jpg")

License

Apache License 2.0. See LICENSE and NOTICE.

Downloads last month
-
Safetensors
Model size
0.2B params
Tensor type
I64
·
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for LibreYOLO/LibreGroundingDINOt

Finetuned
(5)
this model

Collection including LibreYOLO/LibreGroundingDINOt

Paper for LibreYOLO/LibreGroundingDINOt