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