Instructions to use Jonathan0305/detr-resnet-50_finetuned_cppe5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Jonathan0305/detr-resnet-50_finetuned_cppe5 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="Jonathan0305/detr-resnet-50_finetuned_cppe5")# Load model directly from transformers import AutoImageProcessor, AutoModelForObjectDetection processor = AutoImageProcessor.from_pretrained("Jonathan0305/detr-resnet-50_finetuned_cppe5") model = AutoModelForObjectDetection.from_pretrained("Jonathan0305/detr-resnet-50_finetuned_cppe5") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 200
Browse files- model.safetensors +1 -1
- training_args.bin +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 166498936
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:92b7a65afed65902aac9e5263d1c589ebe730c482786f7d96625111f9da5d312
|
| 3 |
size 166498936
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4920
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:02211cd701e8a23563c5a50e73ee192edef26bab5bbed29246d40470606bc50c
|
| 3 |
size 4920
|