Views
No views yet
LibreOpenVocab tier.transformers snapshot files needed by LibreYOLO's open-vocabulary detector
wrapper and replaces the model card with LibreYOLO-specific loading notes.1from libreyolo import LibreOpenVocab
2
3model = LibreOpenVocab("LibreGroundingDINOb")
4model.set_classes(["person", "dog", "car"])
5results = model.predict("image.jpg")