Instructions to use hf-internal-testing/tiny-random-GroundingDinoForObjectDetection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hf-internal-testing/tiny-random-GroundingDinoForObjectDetection with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("zero-shot-object-detection", model="hf-internal-testing/tiny-random-GroundingDinoForObjectDetection")# Load model directly from transformers import AutoProcessor, AutoModelForZeroShotObjectDetection processor = AutoProcessor.from_pretrained("hf-internal-testing/tiny-random-GroundingDinoForObjectDetection") model = AutoModelForZeroShotObjectDetection.from_pretrained("hf-internal-testing/tiny-random-GroundingDinoForObjectDetection") - Notebooks
- Google Colab
- Kaggle
Upload model.onnx
Browse files- onnx/model.onnx +3 -0
onnx/model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7fc12021bcf95e7173467694b209d9fa4bcd60fd0badbcd8106283df95f01c50
|
| 3 |
+
size 32395307
|