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