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