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