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") - Notebooks
- Google Colab
- Kaggle
Commit ·
5289af9
1
Parent(s): 311bcc8
Training in progress, step 200
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 166623269
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:53b48290be96c19ad9bdc24f9b27712832b2b38911c0e54086f4812dc0c543a2
|
| 3 |
size 166623269
|
runs/Jul03_23-54-54_31bb58b4d670/events.out.tfevents.1688428580.31bb58b4d670.737.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:13bcdb81d7e438205a071a3a71ad3a13b610d1d09c0a40494ce2234a1bfdc8a2
|
| 3 |
+
size 5598
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3963
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8b83a3c63be67aca223dfc971a47be443ee06a1b8f009fc521fa4d47ca0608b1
|
| 3 |
size 3963
|