Instructions to use nicky007/BalloonDetectioDTR with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nicky007/BalloonDetectioDTR with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="nicky007/BalloonDetectioDTR")# Load model directly from transformers import AutoImageProcessor, AutoModelForObjectDetection processor = AutoImageProcessor.from_pretrained("nicky007/BalloonDetectioDTR") model = AutoModelForObjectDetection.from_pretrained("nicky007/BalloonDetectioDTR") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1
by SFconvertbot - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:118ce01f77f68ea7fe21d10630cf7e5e7352654fca041933a06922fb23b9c50e
|
| 3 |
+
size 166503726
|