Views
No views yet
question1280yolo26m| Model | Precision | Recall | mAP50 | mAP50-95 |
|---|---|---|---|---|
| YOLO26M Question Segmentation | 0.990 | 0.982 | 0.988 | 0.920 |
| Model | Precision | Recall | mAP50 | mAP50-95 |
|---|---|---|---|---|
| YOLO26M Question Segmentation | 0.987 | 0.978 | 0.992 | 0.957 |
1from ultralytics import YOLO
2
3model = YOLO("hf://samil24/yolo26m-question-segmentation")
4results = model("page.png", imgsz=1280, conf=0.25)best.pt: release checkpointmetrics_summary.json: test-set metrics for this releaseconfidence_sweep_summary.json: confidence sweep outputs used during evaluationcomparison_examples/: side-by-side qualitative examplesCC-BY-4.0.