Instructions to use b09501048/rtdetr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use b09501048/rtdetr with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="b09501048/rtdetr")# Load model directly from transformers import AutoImageProcessor, AutoModelForObjectDetection processor = AutoImageProcessor.from_pretrained("b09501048/rtdetr") model = AutoModelForObjectDetection.from_pretrained("b09501048/rtdetr") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 3
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 171657996
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:67fc8bf8952d6f3741209e38b498382faf3abb273e68d4c60aad443a03366e5c
|
| 3 |
size 171657996
|