Instructions to use ustc-community/dfine-small-obj365 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ustc-community/dfine-small-obj365 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="ustc-community/dfine-small-obj365")# Load model directly from transformers import AutoTokenizer, AutoModelForObjectDetection tokenizer = AutoTokenizer.from_pretrained("ustc-community/dfine-small-obj365") model = AutoModelForObjectDetection.from_pretrained("ustc-community/dfine-small-obj365", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
2d45d97 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:71317b2f75c9475ea655f14bb6bcd4cb8d49d3cd72cb06d5b632d146de79e1d9
size 42966548
|