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