Instructions to use PekingU/rtdetr_v2_r18vd with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use PekingU/rtdetr_v2_r18vd with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="PekingU/rtdetr_v2_r18vd")# Load model directly from transformers import AutoTokenizer, RtDetrV2ForObjectDetection tokenizer = AutoTokenizer.from_pretrained("PekingU/rtdetr_v2_r18vd") model = RtDetrV2ForObjectDetection.from_pretrained("PekingU/rtdetr_v2_r18vd") - Notebooks
- Google Colab
- Kaggle
AP results don't match
#3 opened about 1 year ago
by
siwave
Single class training issues
#2 opened about 1 year ago
by
patrickjdarrow