LibreYOLO Models
Collection
All LibreYOLO pretrained model weights • 72 items • Updated • 1
Grounding DINO Swin-B base weights mirrored for LibreYOLO's LibreOpenVocab tier.
Mirrored from IDEA-Research/grounding-dino-base. The model weights are published by IDEA Research under the Apache License 2.0.
Paper: https://arxiv.org/abs/2303.05499
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.
from libreyolo import LibreOpenVocab
model = LibreOpenVocab("LibreGroundingDINOb")
model.set_classes(["person", "dog", "car"])
results = model.predict("image.jpg")
Base model
IDEA-Research/grounding-dino-base