Instructions to use analytics-jiten/object-detection-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use analytics-jiten/object-detection-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="analytics-jiten/object-detection-model")# Load model directly from transformers import AutoImageProcessor, AutoModelForObjectDetection processor = AutoImageProcessor.from_pretrained("analytics-jiten/object-detection-model") model = AutoModelForObjectDetection.from_pretrained("analytics-jiten/object-detection-model") - Notebooks
- Google Colab
- Kaggle
Commit ·
ed9cc52
1
Parent(s): fda07ca
Upload pytorch_model.bin
Browse files- pytorch_model.bin +3 -0
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a5fbcdd7e5612fa92f586648762ccc4ac29cd121fa23eadd7f6289918f8a8bb0
|
| 3 |
+
size 122806169
|