Instructions to use pchizhov/detr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pchizhov/detr with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="pchizhov/detr")# Load model directly from transformers import AutoImageProcessor, AutoModelForObjectDetection processor = AutoImageProcessor.from_pretrained("pchizhov/detr") model = AutoModelForObjectDetection.from_pretrained("pchizhov/detr", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 200
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 166506812
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:43f6ae4a9887a30c4d95a30eb59dd7d34303311f0840a41c843e8894165534ae
|
| 3 |
size 166506812
|
runs/Apr03_05-13-08_7b760198d8e2/events.out.tfevents.1712121191.7b760198d8e2.220.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6386b60978882f62b59a6b2d43f799437c941d68f7fa9e07c9e54b164a7c2b26
|
| 3 |
+
size 9283
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4856
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:68bf5cd3462cda7123ceff2a99117f1cca3dfbb560aa7a115c0a93f37fea35ea
|
| 3 |
size 4856
|