LibreOMDetTurbot

OMDet-Turbo (Swin-T) real-time open-vocabulary detector weights mirrored for LibreYOLO's LibreOpenVocab tier.

Source

Mirrored from omlab/omdet-turbo-swin-tiny-hf. The model weights are published by Om AI Lab under the Apache License 2.0.

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

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("omdet-turbo")
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.1B params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for LibreYOLO/LibreOMDetTurbot

Finetuned
(4)
this model

Paper for LibreYOLO/LibreOMDetTurbot