Instructions to use toukapy/detr_finetuned_cppe5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use toukapy/detr_finetuned_cppe5 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="toukapy/detr_finetuned_cppe5")# Load model directly from transformers import AutoImageProcessor, AutoModelForObjectDetection processor = AutoImageProcessor.from_pretrained("toukapy/detr_finetuned_cppe5") model = AutoModelForObjectDetection.from_pretrained("toukapy/detr_finetuned_cppe5", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 7825da9fdc4e1a5139bad19a5c9e750f8503bc363a260d5f782340dcd2bf77cb
- Size of remote file:
- 5.37 kB
- SHA256:
- 2a38b08bfea3613d102dee8ac1667d1453a715a720a1dc16b9fa053e8408e67a
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.