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