LibreOWLv2b16

OWLv2 base patch-16 ensemble weights mirrored for LibreYOLO's LibreOpenVocab tier.

Source

Mirrored from google/owlv2-base-patch16-ensemble. The model weights are published by Google LLC under the Apache License 2.0.

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

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("LibreOWLv2b16")
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
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for LibreYOLO/LibreOWLv2b16

Finetuned
(1)
this model

Collection including LibreYOLO/LibreOWLv2b16

Paper for LibreYOLO/LibreOWLv2b16