Instructions to use hf-internal-testing/tiny-random-DetaForObjectDetection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hf-internal-testing/tiny-random-DetaForObjectDetection with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="hf-internal-testing/tiny-random-DetaForObjectDetection")# Load model directly from transformers import AutoModelForObjectDetection model = AutoModelForObjectDetection.from_pretrained("hf-internal-testing/tiny-random-DetaForObjectDetection", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
a15ad6c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:0d0753c0a57f519464427519338751448881d06fae739556e53dc63004d6bcbb
size 124061841
|