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