Instructions to use PekingU/rtdetr_r18vd with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use PekingU/rtdetr_r18vd with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="PekingU/rtdetr_r18vd")# Load model directly from transformers import AutoImageProcessor, AutoModelForObjectDetection processor = AutoImageProcessor.from_pretrained("PekingU/rtdetr_r18vd") model = AutoModelForObjectDetection.from_pretrained("PekingU/rtdetr_r18vd") - Notebooks
- Google Colab
- Kaggle
Preprocessing Discrepancy
#7 opened 10 months ago
by
adamomeister
Update README.md
#2 opened almost 2 years ago
by
danelcsb