Instructions to use PekingU/rtdetr_v2_r101vd with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use PekingU/rtdetr_v2_r101vd with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="PekingU/rtdetr_v2_r101vd")# Load model directly from transformers import AutoTokenizer, RtDetrV2ForObjectDetection tokenizer = AutoTokenizer.from_pretrained("PekingU/rtdetr_v2_r101vd") model = RtDetrV2ForObjectDetection.from_pretrained("PekingU/rtdetr_v2_r101vd") - Notebooks
- Google Colab
- Kaggle
Update README.md
#1
by qubvel-hf - opened
No description provided.
qubvel-hf changed pull request status to merged