Instructions to use ustc-community/dfine-large-obj365 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ustc-community/dfine-large-obj365 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="ustc-community/dfine-large-obj365")# Load model directly from transformers import AutoTokenizer, AutoModelForObjectDetection tokenizer = AutoTokenizer.from_pretrained("ustc-community/dfine-large-obj365") model = AutoModelForObjectDetection.from_pretrained("ustc-community/dfine-large-obj365") - Notebooks
- Google Colab
- Kaggle
Which is the D-FINE-L E25 model pre-trained on Objects 365?
#1
by mrdbourke - opened
Hey team,
First of all, outstanding release, thank you so much!
Second, I'm wondering which model is the D-FINE-L (E25) pre-trained on Objects365 from the GitHub README? (see: https://github.com/Peterande/D-FINE).
Is it this repo? (https://huggingface.co/ustc-community/dfine-large-obj365)
I can see this one: https://huggingface.co/ustc-community/dfine-large-obj2coco-e25 but it looks like it's been fine-tuned on COCO?
I'm looking to fine-tune a model on my own dataset, so that's why I'm looking for the one pre-trained on Objects365 (E25).
See the model highlighted in the text:
