Instructions to use GabrielMI/yolo_finetuned_fruits with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use GabrielMI/yolo_finetuned_fruits with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="GabrielMI/yolo_finetuned_fruits")# Load model directly from transformers import AutoImageProcessor, AutoModelForObjectDetection processor = AutoImageProcessor.from_pretrained("GabrielMI/yolo_finetuned_fruits") model = AutoModelForObjectDetection.from_pretrained("GabrielMI/yolo_finetuned_fruits", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
e2b387d | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:6909f580076eb856a7492e99f92b16b749991be0b6a5d02022da7775cff57ce1
size 5368
|