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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Preprocessing Discrepancy
#7 opened about 1 year ago
by
adamomeister
Update README.md
#2 opened about 2 years ago
by
danelcsb