Instructions to use AkshayShetty/detr-resnet-50_finetuned_cppe5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AkshayShetty/detr-resnet-50_finetuned_cppe5 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="AkshayShetty/detr-resnet-50_finetuned_cppe5")# Load model directly from transformers import AutoImageProcessor, AutoModelForObjectDetection processor = AutoImageProcessor.from_pretrained("AkshayShetty/detr-resnet-50_finetuned_cppe5") model = AutoModelForObjectDetection.from_pretrained("AkshayShetty/detr-resnet-50_finetuned_cppe5", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
- Jul02_22-44-16_9070ac5e4e40
- Jul02_22-55-36_9070ac5e4e40
- Jul02_22-56-15_9070ac5e4e40
- Jul02_22-57-30_9070ac5e4e40
- Jul02_22-58-21_9070ac5e4e40
- Jul02_22-59-01_9070ac5e4e40
- Jul02_23-07-18_9070ac5e4e40
- Jul02_23-07-52_9070ac5e4e40
- Jul02_23-08-47_9070ac5e4e40
- Jul02_23-18-02_9070ac5e4e40
- Jul02_23-29-20_9070ac5e4e40
- Jul02_23-30-36_9070ac5e4e40
- Jul03_01-08-25_516db6c0b7ba
- Jul03_01-10-31_516db6c0b7ba
- Jul03_17-04-45_40a20591d657
- Jul03_21-43-04_c90f33fab3fc
- Jul03_23-54-54_31bb58b4d670