Instructions to use jozhang97/deta-swin-large-o365 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jozhang97/deta-swin-large-o365 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="jozhang97/deta-swin-large-o365")# Load model directly from transformers import AutoModelForObjectDetection model = AutoModelForObjectDetection.from_pretrained("jozhang97/deta-swin-large-o365", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
38c4866
1
Parent(s): b446151
Adding `safetensors` variant of this model (#1)
Browse files- Adding `safetensors` variant of this model (ee1cfdcd6c26e3a769a71a71a9d0a6f8532a4d89)
Co-authored-by: Safetensors convertbot <SFconvertbot@users.noreply.huggingface.co>
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a6df41350a7a6edf0369e45bf0ac0aef5429fe9578e03e2e9f1639d362c7d79c
|
| 3 |
+
size 881168512
|