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