Instructions to use clp/detr-resnet-50_finetuned_cppe5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use clp/detr-resnet-50_finetuned_cppe5 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="clp/detr-resnet-50_finetuned_cppe5")# Load model directly from transformers import AutoImageProcessor, AutoModelForObjectDetection processor = AutoImageProcessor.from_pretrained("clp/detr-resnet-50_finetuned_cppe5") model = AutoModelForObjectDetection.from_pretrained("clp/detr-resnet-50_finetuned_cppe5") - Notebooks
- Google Colab
- Kaggle
update model card README.md
Browse files
README.md
CHANGED
|
@@ -14,7 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 14 |
|
| 15 |
# detr-resnet-50_finetuned_cppe5
|
| 16 |
|
| 17 |
-
This model is a fine-tuned version of [
|
| 18 |
|
| 19 |
## Model description
|
| 20 |
|
|
|
|
| 14 |
|
| 15 |
# detr-resnet-50_finetuned_cppe5
|
| 16 |
|
| 17 |
+
This model is a fine-tuned version of [clp/detr-resnet-50_finetuned_cppe5](https://huggingface.co/clp/detr-resnet-50_finetuned_cppe5) on the cppe-5 dataset.
|
| 18 |
|
| 19 |
## Model description
|
| 20 |
|