Instructions to use yainage90/fashion-object-detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use yainage90/fashion-object-detection with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="yainage90/fashion-object-detection")# Load model directly from transformers import AutoImageProcessor, AutoModelForObjectDetection processor = AutoImageProcessor.from_pretrained("yainage90/fashion-object-detection") model = AutoModelForObjectDetection.from_pretrained("yainage90/fashion-object-detection", device_map="auto") - Notebooks
- Google Colab
- Kaggle
error when deploying to endpoint
#4 opened over 1 year ago
by
narakv
Why conditional-detr-resnet-50?
1
#3 opened over 1 year ago
by
pySilver
Create mushroom-detection
#2 opened over 1 year ago
by
ABANG2