Instructions to use cheesebird/detr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use cheesebird/detr with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="cheesebird/detr")# Load model directly from transformers import AutoImageProcessor, AutoModelForObjectDetection processor = AutoImageProcessor.from_pretrained("cheesebird/detr") model = AutoModelForObjectDetection.from_pretrained("cheesebird/detr") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 500
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:81144de8d706b7a78a66f9ab7758f48405ae51e26290fad9f64049d585a66e6a
|
| 3 |
size 166506812
|
runs/Apr21_18-22-58_19eb2504eada/events.out.tfevents.1713723815.19eb2504eada.31865.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b063f908e22bae7aec3784be2e51ec52801eea784bf29bf3cc5b8ee94093d996
|
| 3 |
+
size 8339
|
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:cfc77b6031ed481d8a0e8740f915cd0fc6f064c23def154ff8a6f80013d68917
|
| 3 |
size 4856
|