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
File size: 133 Bytes
f74cb55 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:efeb11a94e9e8c2b2ce0e2de43eb96b294941a1d3315cd73d2563d77e246b286
size 31135948
|