Instructions to use agni1024/yolos-pocket with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use agni1024/yolos-pocket with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="agni1024/yolos-pocket")# Load model directly from transformers import AutoImageProcessor, AutoModelForObjectDetection processor = AutoImageProcessor.from_pretrained("agni1024/yolos-pocket") model = AutoModelForObjectDetection.from_pretrained("agni1024/yolos-pocket", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#2 opened over 1 year ago
by
SFconvertbot