Object Detection
Transformers
Safetensors
Ukrainian
rt_detr_v2
rt-detr
rt-detrv2
document-layout-analysis
handwritten
ukrainian
rukopys
docling
Eval Results (legacy)
Instructions to use Hukyl/rt-detrv2-heron-101-rukopys with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Hukyl/rt-detrv2-heron-101-rukopys with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="Hukyl/rt-detrv2-heron-101-rukopys")# Load model directly from transformers import AutoTokenizer, AutoModelForObjectDetection tokenizer = AutoTokenizer.from_pretrained("Hukyl/rt-detrv2-heron-101-rukopys") model = AutoModelForObjectDetection.from_pretrained("Hukyl/rt-detrv2-heron-101-rukopys", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K