Instructions to use Batr97/DETR_coco with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Batr97/DETR_coco with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="Batr97/DETR_coco")# Load model directly from transformers import AutoImageProcessor, AutoModelForObjectDetection processor = AutoImageProcessor.from_pretrained("Batr97/DETR_coco") model = AutoModelForObjectDetection.from_pretrained("Batr97/DETR_coco") - Notebooks
- Google Colab
- Kaggle
Upload events.out.tfevents.1690059495.8d998333b9e5.176.0
Browse files
events.out.tfevents.1690059495.8d998333b9e5.176.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e815c327e0365228ca6bb62df4f11eed419fccb2d2937897c4635f40c6bf4d27
|
| 3 |
+
size 1670
|