Instructions to use erayyapagci/yolo26n-question-segmentation-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use erayyapagci/yolo26n-question-segmentation-v2 with ultralytics:
# Couldn't find a valid YOLO version tag. # Replace XX with the correct version. from ultralytics import YOLOvXX model = YOLOvXX.from_pretrained("erayyapagci/yolo26n-question-segmentation-v2") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle
Upload model card, weights, and evaluation artifacts
Browse files- .gitattributes +8 -0
- BoxF1_curve__combined_test_dedup.png +0 -0
- BoxF1_curve__old_test_dedup.png +0 -0
- BoxPR_curve__combined_test_dedup.png +0 -0
- BoxPR_curve__old_test_dedup.png +0 -0
- BoxP_curve__combined_test_dedup.png +0 -0
- BoxP_curve__old_test_dedup.png +0 -0
- BoxR_curve__combined_test_dedup.png +0 -0
- BoxR_curve__old_test_dedup.png +0 -0
- README.md +82 -0
- best.pt +3 -0
- comparison_examples/01__old_test_dedup__Question-Parsing-from-Document-5___math2012-page_2_png.rf.2d44539e5bff2dde987d3886acbb525f___00003133.jpg +3 -0
- comparison_examples/05__old_test_dedup__Question-Parsing-from-Document-5___math2015-page_2_png.rf.9a164bd8d3c2424a12dc8b325026f8ac___00003163.jpg +3 -0
- comparison_examples/08__combined_test_dedup__qeval__c3e85dc9__page_0.png +3 -0
- comparison_examples/10__sourcepdf__yks_tyt_2025_kitapcik_d250__page_1.json +26 -0
- comparison_examples/10__sourcepdf__yks_tyt_2025_kitapcik_d250__page_1.png +3 -0
- confidence_sweep_summary.json +462 -0
- confusion_matrix__combined_test_dedup.png +3 -0
- confusion_matrix__old_test_dedup.png +3 -0
- confusion_matrix_normalized__combined_test_dedup.png +3 -0
- confusion_matrix_normalized__old_test_dedup.png +3 -0
- metrics_summary.json +20 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,11 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
comparison_examples/01__old_test_dedup__Question-Parsing-from-Document-5___math2012-page_2_png.rf.2d44539e5bff2dde987d3886acbb525f___00003133.jpg filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
comparison_examples/05__old_test_dedup__Question-Parsing-from-Document-5___math2015-page_2_png.rf.9a164bd8d3c2424a12dc8b325026f8ac___00003163.jpg filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
comparison_examples/08__combined_test_dedup__qeval__c3e85dc9__page_0.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
comparison_examples/10__sourcepdf__yks_tyt_2025_kitapcik_d250__page_1.png filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
confusion_matrix__combined_test_dedup.png filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
confusion_matrix__old_test_dedup.png filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
confusion_matrix_normalized__combined_test_dedup.png filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
confusion_matrix_normalized__old_test_dedup.png filter=lfs diff=lfs merge=lfs -text
|
BoxF1_curve__combined_test_dedup.png
ADDED
|
BoxF1_curve__old_test_dedup.png
ADDED
|
BoxPR_curve__combined_test_dedup.png
ADDED
|
BoxPR_curve__old_test_dedup.png
ADDED
|
BoxP_curve__combined_test_dedup.png
ADDED
|
BoxP_curve__old_test_dedup.png
ADDED
|
BoxR_curve__combined_test_dedup.png
ADDED
|
BoxR_curve__old_test_dedup.png
ADDED
|
README.md
ADDED
|
@@ -0,0 +1,82 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: ultralytics
|
| 3 |
+
pipeline_tag: object-detection
|
| 4 |
+
license: cc-by-4.0
|
| 5 |
+
tags:
|
| 6 |
+
- yolo
|
| 7 |
+
- object-detection
|
| 8 |
+
- document-analysis
|
| 9 |
+
- pdf
|
| 10 |
+
- question-segmentation
|
| 11 |
+
- turkish
|
| 12 |
+
datasets:
|
| 13 |
+
- custom
|
| 14 |
+
base_model:
|
| 15 |
+
- yolo26n
|
| 16 |
+
---
|
| 17 |
+
|
| 18 |
+
# YOLO26N Question Segmentation
|
| 19 |
+
|
| 20 |
+
Smaller release checkpoint that slightly outperforms the YOLO26M release on both held-out test sets.
|
| 21 |
+
|
| 22 |
+
- Task: object detection
|
| 23 |
+
- Classes: `question`
|
| 24 |
+
- Input size: `1280`
|
| 25 |
+
- Base model: `yolo26n`
|
| 26 |
+
|
| 27 |
+
## Intended use
|
| 28 |
+
|
| 29 |
+
This model is designed to detect question regions in exam booklets, worksheets, and PDF page renders. It works best on dense educational pages with clear question boundaries.
|
| 30 |
+
|
| 31 |
+
## Release notes
|
| 32 |
+
|
| 33 |
+
This release checkpoint was trained for 50 epochs on the cleaned one-class question detection dataset.
|
| 34 |
+
|
| 35 |
+
## Test results
|
| 36 |
+
|
| 37 |
+
### Old held-out test set
|
| 38 |
+
|
| 39 |
+
| Model | Precision | Recall | mAP50 | mAP50-95 |
|
| 40 |
+
| --- | --- | --- | --- | --- |
|
| 41 |
+
| YOLO26N Question Segmentation | 0.988 | 0.983 | 0.989 | 0.924 |
|
| 42 |
+
|
| 43 |
+
### Combined held-out test set
|
| 44 |
+
|
| 45 |
+
| Model | Precision | Recall | mAP50 | mAP50-95 |
|
| 46 |
+
| --- | --- | --- | --- | --- |
|
| 47 |
+
| YOLO26N Question Segmentation | 0.991 | 0.988 | 0.993 | 0.962 |
|
| 48 |
+
|
| 49 |
+
## Usage
|
| 50 |
+
|
| 51 |
+
```python
|
| 52 |
+
from ultralytics import YOLO
|
| 53 |
+
|
| 54 |
+
model = YOLO("hf://erayyapagci/yolo26n-question-segmentation")
|
| 55 |
+
results = model("page.png", imgsz=1280, conf=0.25)
|
| 56 |
+
```
|
| 57 |
+
|
| 58 |
+
## Included files
|
| 59 |
+
|
| 60 |
+
- `best.pt`: release checkpoint
|
| 61 |
+
- `metrics_summary.json`: test-set metrics for this release
|
| 62 |
+
- `confidence_sweep_summary.json`: confidence sweep outputs used during evaluation
|
| 63 |
+
- `comparison_examples/`: side-by-side qualitative examples
|
| 64 |
+
|
| 65 |
+
## Data note
|
| 66 |
+
|
| 67 |
+
Some of the training data comes from public Roboflow projects used in earlier versions of this question-segmentation pipeline:
|
| 68 |
+
|
| 69 |
+
1. **PDF Soru Cikarma** (tanimazsinu): [Link](https://universe.roboflow.com/tanimazsinu/pdf-soru-cikarma-wmwfu)
|
| 70 |
+
2. **WholeQuestionDetection** (Gazi University): [Link](https://universe.roboflow.com/gazi-university-gi7lx/wholequestiondetection)
|
| 71 |
+
3. **ExamBuddy** (ExamBuddy): [Link](https://universe.roboflow.com/exambuddy/exambuddy)
|
| 72 |
+
4. **Questions** (Terry Li): [Link](https://universe.roboflow.com/terry-li/questions-klidd)
|
| 73 |
+
5. **Question Parsing from Document** (Sefa): [Link](https://universe.roboflow.com/sefa-8tkmm/question-parsing-from-document)
|
| 74 |
+
6. **Question Dedector** (Nur Etinkaya): [Link](https://universe.roboflow.com/nur-etinkaya/question-dedector)
|
| 75 |
+
7. **Sorukes** (Sorualgilama): [Link](https://universe.roboflow.com/sorualgilama/sorukes-4akor)
|
| 76 |
+
8. **Question Detection** (Cognizen): [Link](https://universe.roboflow.com/cognizen/question-detection-aizzu)
|
| 77 |
+
9. **Questions2** (Fiver): [Link](https://universe.roboflow.com/fiver-1lcfr/questions2)
|
| 78 |
+
10. **Question-New** (Question): [Link](https://universe.roboflow.com/question/question-new)
|
| 79 |
+
|
| 80 |
+
## License
|
| 81 |
+
|
| 82 |
+
This release is published under `CC-BY-4.0`.
|
best.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2cdd0d47695bc69da469446376defde0b8e96ee307044e724c56ed5a5f29f964
|
| 3 |
+
size 5475909
|
comparison_examples/01__old_test_dedup__Question-Parsing-from-Document-5___math2012-page_2_png.rf.2d44539e5bff2dde987d3886acbb525f___00003133.jpg
ADDED
|
Git LFS Details
|
comparison_examples/05__old_test_dedup__Question-Parsing-from-Document-5___math2015-page_2_png.rf.9a164bd8d3c2424a12dc8b325026f8ac___00003163.jpg
ADDED
|
Git LFS Details
|
comparison_examples/08__combined_test_dedup__qeval__c3e85dc9__page_0.png
ADDED
|
Git LFS Details
|
comparison_examples/10__sourcepdf__yks_tyt_2025_kitapcik_d250__page_1.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"image": "/home/zerix/question-parser/question_eval_with_bboxes_only_tight3_sidewise_fresh/data/yolo_annotations/4e3e8f60/images/page_1.png",
|
| 3 |
+
"labels": "/home/zerix/question-parser/question_eval_with_bboxes_only_tight3_sidewise_fresh/data/yolo_annotations/4e3e8f60/labels/page_1.txt",
|
| 4 |
+
"gt_count": 0,
|
| 5 |
+
"stats": {
|
| 6 |
+
"HF YOLO11M": {
|
| 7 |
+
"tp": 0,
|
| 8 |
+
"fp": 2,
|
| 9 |
+
"fn": 0,
|
| 10 |
+
"pred_count": 2
|
| 11 |
+
},
|
| 12 |
+
"YOLO26M": {
|
| 13 |
+
"tp": 0,
|
| 14 |
+
"fp": 0,
|
| 15 |
+
"fn": 0,
|
| 16 |
+
"pred_count": 0
|
| 17 |
+
},
|
| 18 |
+
"YOLO26N": {
|
| 19 |
+
"tp": 0,
|
| 20 |
+
"fp": 0,
|
| 21 |
+
"fn": 0,
|
| 22 |
+
"pred_count": 0
|
| 23 |
+
}
|
| 24 |
+
},
|
| 25 |
+
"out_file": "/home/zerix/question-parser/out/model_compare/test_compare_20260530/visual_examples/10__sourcepdf__yks_tyt_2025_kitapcik_d250__page_1.png"
|
| 26 |
+
}
|
comparison_examples/10__sourcepdf__yks_tyt_2025_kitapcik_d250__page_1.png
ADDED
|
Git LFS Details
|
confidence_sweep_summary.json
ADDED
|
@@ -0,0 +1,462 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"old_test_dedup": {
|
| 3 |
+
"hf_yolo11m": {
|
| 4 |
+
"rows": [
|
| 5 |
+
{
|
| 6 |
+
"conf": 0.001,
|
| 7 |
+
"precision": 0.9617651063884792,
|
| 8 |
+
"recall": 0.9795366398305863,
|
| 9 |
+
"f1": 0.9705695288771127,
|
| 10 |
+
"map50": 0.978855185967455,
|
| 11 |
+
"map50_95": 0.8982528338128244
|
| 12 |
+
},
|
| 13 |
+
{
|
| 14 |
+
"conf": 0.01,
|
| 15 |
+
"precision": 0.9617651063884792,
|
| 16 |
+
"recall": 0.9795366398305863,
|
| 17 |
+
"f1": 0.9705695288771127,
|
| 18 |
+
"map50": 0.978855185967455,
|
| 19 |
+
"map50_95": 0.8976379061268739
|
| 20 |
+
},
|
| 21 |
+
{
|
| 22 |
+
"conf": 0.03,
|
| 23 |
+
"precision": 0.9617651063884792,
|
| 24 |
+
"recall": 0.9795366398305863,
|
| 25 |
+
"f1": 0.9705695288771127,
|
| 26 |
+
"map50": 0.978855185967455,
|
| 27 |
+
"map50_95": 0.8976376215096245
|
| 28 |
+
},
|
| 29 |
+
{
|
| 30 |
+
"conf": 0.05,
|
| 31 |
+
"precision": 0.9617651063884792,
|
| 32 |
+
"recall": 0.9795366398305863,
|
| 33 |
+
"f1": 0.9705695288771127,
|
| 34 |
+
"map50": 0.978855185967455,
|
| 35 |
+
"map50_95": 0.8967285531510918
|
| 36 |
+
},
|
| 37 |
+
{
|
| 38 |
+
"conf": 0.1,
|
| 39 |
+
"precision": 0.9617651063884792,
|
| 40 |
+
"recall": 0.9795366398305863,
|
| 41 |
+
"f1": 0.9705695288771127,
|
| 42 |
+
"map50": 0.978855185967455,
|
| 43 |
+
"map50_95": 0.8967279928620027
|
| 44 |
+
},
|
| 45 |
+
{
|
| 46 |
+
"conf": 0.2,
|
| 47 |
+
"precision": 0.9617651063884792,
|
| 48 |
+
"recall": 0.9795366398305863,
|
| 49 |
+
"f1": 0.9705695288771127,
|
| 50 |
+
"map50": 0.978855185967455,
|
| 51 |
+
"map50_95": 0.895797037945513
|
| 52 |
+
}
|
| 53 |
+
],
|
| 54 |
+
"best_f1": {
|
| 55 |
+
"conf": 0.001,
|
| 56 |
+
"precision": 0.9617651063884792,
|
| 57 |
+
"recall": 0.9795366398305863,
|
| 58 |
+
"f1": 0.9705695288771127,
|
| 59 |
+
"map50": 0.978855185967455,
|
| 60 |
+
"map50_95": 0.8982528338128244
|
| 61 |
+
},
|
| 62 |
+
"best_map50_95": {
|
| 63 |
+
"conf": 0.001,
|
| 64 |
+
"precision": 0.9617651063884792,
|
| 65 |
+
"recall": 0.9795366398305863,
|
| 66 |
+
"f1": 0.9705695288771127,
|
| 67 |
+
"map50": 0.978855185967455,
|
| 68 |
+
"map50_95": 0.8982528338128244
|
| 69 |
+
},
|
| 70 |
+
"best_recall": {
|
| 71 |
+
"conf": 0.001,
|
| 72 |
+
"precision": 0.9617651063884792,
|
| 73 |
+
"recall": 0.9795366398305863,
|
| 74 |
+
"f1": 0.9705695288771127,
|
| 75 |
+
"map50": 0.978855185967455,
|
| 76 |
+
"map50_95": 0.8982528338128244
|
| 77 |
+
}
|
| 78 |
+
},
|
| 79 |
+
"yolo26m": {
|
| 80 |
+
"rows": [
|
| 81 |
+
{
|
| 82 |
+
"conf": 0.001,
|
| 83 |
+
"precision": 0.9897082143236814,
|
| 84 |
+
"recall": 0.9816451943253752,
|
| 85 |
+
"f1": 0.9856602150712043,
|
| 86 |
+
"map50": 0.9881742800286253,
|
| 87 |
+
"map50_95": 0.9203934893415887
|
| 88 |
+
},
|
| 89 |
+
{
|
| 90 |
+
"conf": 0.01,
|
| 91 |
+
"precision": 0.9897082143236814,
|
| 92 |
+
"recall": 0.9816451943253752,
|
| 93 |
+
"f1": 0.9856602150712043,
|
| 94 |
+
"map50": 0.9815354967586633,
|
| 95 |
+
"map50_95": 0.9157090169365972
|
| 96 |
+
},
|
| 97 |
+
{
|
| 98 |
+
"conf": 0.03,
|
| 99 |
+
"precision": 0.9897082143236814,
|
| 100 |
+
"recall": 0.9816451943253752,
|
| 101 |
+
"f1": 0.9856602150712043,
|
| 102 |
+
"map50": 0.9815354967586633,
|
| 103 |
+
"map50_95": 0.9140747737589457
|
| 104 |
+
},
|
| 105 |
+
{
|
| 106 |
+
"conf": 0.05,
|
| 107 |
+
"precision": 0.9897082143236814,
|
| 108 |
+
"recall": 0.9816451943253752,
|
| 109 |
+
"f1": 0.9856602150712043,
|
| 110 |
+
"map50": 0.9815354967586633,
|
| 111 |
+
"map50_95": 0.9140747737589457
|
| 112 |
+
},
|
| 113 |
+
{
|
| 114 |
+
"conf": 0.1,
|
| 115 |
+
"precision": 0.9897082143236814,
|
| 116 |
+
"recall": 0.9816451943253752,
|
| 117 |
+
"f1": 0.9856602150712043,
|
| 118 |
+
"map50": 0.9815354967586633,
|
| 119 |
+
"map50_95": 0.9113104034611197
|
| 120 |
+
},
|
| 121 |
+
{
|
| 122 |
+
"conf": 0.2,
|
| 123 |
+
"precision": 0.9897082143236814,
|
| 124 |
+
"recall": 0.9816451943253752,
|
| 125 |
+
"f1": 0.9856602150712043,
|
| 126 |
+
"map50": 0.9815354967586633,
|
| 127 |
+
"map50_95": 0.9113104034611197
|
| 128 |
+
}
|
| 129 |
+
],
|
| 130 |
+
"best_f1": {
|
| 131 |
+
"conf": 0.001,
|
| 132 |
+
"precision": 0.9897082143236814,
|
| 133 |
+
"recall": 0.9816451943253752,
|
| 134 |
+
"f1": 0.9856602150712043,
|
| 135 |
+
"map50": 0.9881742800286253,
|
| 136 |
+
"map50_95": 0.9203934893415887
|
| 137 |
+
},
|
| 138 |
+
"best_map50_95": {
|
| 139 |
+
"conf": 0.001,
|
| 140 |
+
"precision": 0.9897082143236814,
|
| 141 |
+
"recall": 0.9816451943253752,
|
| 142 |
+
"f1": 0.9856602150712043,
|
| 143 |
+
"map50": 0.9881742800286253,
|
| 144 |
+
"map50_95": 0.9203934893415887
|
| 145 |
+
},
|
| 146 |
+
"best_recall": {
|
| 147 |
+
"conf": 0.001,
|
| 148 |
+
"precision": 0.9897082143236814,
|
| 149 |
+
"recall": 0.9816451943253752,
|
| 150 |
+
"f1": 0.9856602150712043,
|
| 151 |
+
"map50": 0.9881742800286253,
|
| 152 |
+
"map50_95": 0.9203934893415887
|
| 153 |
+
}
|
| 154 |
+
},
|
| 155 |
+
"yolo26n": {
|
| 156 |
+
"rows": [
|
| 157 |
+
{
|
| 158 |
+
"conf": 0.001,
|
| 159 |
+
"precision": 0.98788596711896,
|
| 160 |
+
"recall": 0.9829867674858223,
|
| 161 |
+
"f1": 0.98543027808196,
|
| 162 |
+
"map50": 0.9887222792051488,
|
| 163 |
+
"map50_95": 0.9239183687496076
|
| 164 |
+
},
|
| 165 |
+
{
|
| 166 |
+
"conf": 0.01,
|
| 167 |
+
"precision": 0.98788596711896,
|
| 168 |
+
"recall": 0.9829867674858223,
|
| 169 |
+
"f1": 0.98543027808196,
|
| 170 |
+
"map50": 0.9825176107503634,
|
| 171 |
+
"map50_95": 0.9185995873003494
|
| 172 |
+
},
|
| 173 |
+
{
|
| 174 |
+
"conf": 0.03,
|
| 175 |
+
"precision": 0.98788596711896,
|
| 176 |
+
"recall": 0.9829867674858223,
|
| 177 |
+
"f1": 0.98543027808196,
|
| 178 |
+
"map50": 0.9825176107503634,
|
| 179 |
+
"map50_95": 0.9177397100883594
|
| 180 |
+
},
|
| 181 |
+
{
|
| 182 |
+
"conf": 0.05,
|
| 183 |
+
"precision": 0.98788596711896,
|
| 184 |
+
"recall": 0.9829867674858223,
|
| 185 |
+
"f1": 0.98543027808196,
|
| 186 |
+
"map50": 0.9825176107503634,
|
| 187 |
+
"map50_95": 0.9168068964283742
|
| 188 |
+
},
|
| 189 |
+
{
|
| 190 |
+
"conf": 0.1,
|
| 191 |
+
"precision": 0.98788596711896,
|
| 192 |
+
"recall": 0.9829867674858223,
|
| 193 |
+
"f1": 0.98543027808196,
|
| 194 |
+
"map50": 0.9825175883735923,
|
| 195 |
+
"map50_95": 0.9158371590364027
|
| 196 |
+
},
|
| 197 |
+
{
|
| 198 |
+
"conf": 0.2,
|
| 199 |
+
"precision": 0.98788596711896,
|
| 200 |
+
"recall": 0.9829867674858223,
|
| 201 |
+
"f1": 0.98543027808196,
|
| 202 |
+
"map50": 0.9825175883735923,
|
| 203 |
+
"map50_95": 0.9158371590364027
|
| 204 |
+
}
|
| 205 |
+
],
|
| 206 |
+
"best_f1": {
|
| 207 |
+
"conf": 0.001,
|
| 208 |
+
"precision": 0.98788596711896,
|
| 209 |
+
"recall": 0.9829867674858223,
|
| 210 |
+
"f1": 0.98543027808196,
|
| 211 |
+
"map50": 0.9887222792051488,
|
| 212 |
+
"map50_95": 0.9239183687496076
|
| 213 |
+
},
|
| 214 |
+
"best_map50_95": {
|
| 215 |
+
"conf": 0.001,
|
| 216 |
+
"precision": 0.98788596711896,
|
| 217 |
+
"recall": 0.9829867674858223,
|
| 218 |
+
"f1": 0.98543027808196,
|
| 219 |
+
"map50": 0.9887222792051488,
|
| 220 |
+
"map50_95": 0.9239183687496076
|
| 221 |
+
},
|
| 222 |
+
"best_recall": {
|
| 223 |
+
"conf": 0.001,
|
| 224 |
+
"precision": 0.98788596711896,
|
| 225 |
+
"recall": 0.9829867674858223,
|
| 226 |
+
"f1": 0.98543027808196,
|
| 227 |
+
"map50": 0.9887222792051488,
|
| 228 |
+
"map50_95": 0.9239183687496076
|
| 229 |
+
}
|
| 230 |
+
}
|
| 231 |
+
},
|
| 232 |
+
"combined_test_dedup": {
|
| 233 |
+
"hf_yolo11m": {
|
| 234 |
+
"rows": [
|
| 235 |
+
{
|
| 236 |
+
"conf": 0.001,
|
| 237 |
+
"precision": 0.9622026279638675,
|
| 238 |
+
"recall": 0.9734274461598292,
|
| 239 |
+
"f1": 0.9677824904132876,
|
| 240 |
+
"map50": 0.9837803148674492,
|
| 241 |
+
"map50_95": 0.9001475058537171
|
| 242 |
+
},
|
| 243 |
+
{
|
| 244 |
+
"conf": 0.01,
|
| 245 |
+
"precision": 0.9622026279638675,
|
| 246 |
+
"recall": 0.9734274461598292,
|
| 247 |
+
"f1": 0.9677824904132876,
|
| 248 |
+
"map50": 0.9837803373622754,
|
| 249 |
+
"map50_95": 0.8982857312403778
|
| 250 |
+
},
|
| 251 |
+
{
|
| 252 |
+
"conf": 0.03,
|
| 253 |
+
"precision": 0.9622026279638675,
|
| 254 |
+
"recall": 0.9734274461598292,
|
| 255 |
+
"f1": 0.9677824904132876,
|
| 256 |
+
"map50": 0.9768133703953085,
|
| 257 |
+
"map50_95": 0.8963290737419942
|
| 258 |
+
},
|
| 259 |
+
{
|
| 260 |
+
"conf": 0.05,
|
| 261 |
+
"precision": 0.9622026279638675,
|
| 262 |
+
"recall": 0.9734274461598292,
|
| 263 |
+
"f1": 0.9677824904132876,
|
| 264 |
+
"map50": 0.9768133703953085,
|
| 265 |
+
"map50_95": 0.8963290737419942
|
| 266 |
+
},
|
| 267 |
+
{
|
| 268 |
+
"conf": 0.1,
|
| 269 |
+
"precision": 0.9622026279638675,
|
| 270 |
+
"recall": 0.9734274461598292,
|
| 271 |
+
"f1": 0.9677824904132876,
|
| 272 |
+
"map50": 0.9768133479004822,
|
| 273 |
+
"map50_95": 0.8963290504973406
|
| 274 |
+
},
|
| 275 |
+
{
|
| 276 |
+
"conf": 0.2,
|
| 277 |
+
"precision": 0.9622026279638675,
|
| 278 |
+
"recall": 0.9734274461598292,
|
| 279 |
+
"f1": 0.9677824904132876,
|
| 280 |
+
"map50": 0.9768133479004822,
|
| 281 |
+
"map50_95": 0.895562697986439
|
| 282 |
+
}
|
| 283 |
+
],
|
| 284 |
+
"best_f1": {
|
| 285 |
+
"conf": 0.001,
|
| 286 |
+
"precision": 0.9622026279638675,
|
| 287 |
+
"recall": 0.9734274461598292,
|
| 288 |
+
"f1": 0.9677824904132876,
|
| 289 |
+
"map50": 0.9837803148674492,
|
| 290 |
+
"map50_95": 0.9001475058537171
|
| 291 |
+
},
|
| 292 |
+
"best_map50_95": {
|
| 293 |
+
"conf": 0.001,
|
| 294 |
+
"precision": 0.9622026279638675,
|
| 295 |
+
"recall": 0.9734274461598292,
|
| 296 |
+
"f1": 0.9677824904132876,
|
| 297 |
+
"map50": 0.9837803148674492,
|
| 298 |
+
"map50_95": 0.9001475058537171
|
| 299 |
+
},
|
| 300 |
+
"best_recall": {
|
| 301 |
+
"conf": 0.001,
|
| 302 |
+
"precision": 0.9622026279638675,
|
| 303 |
+
"recall": 0.9734274461598292,
|
| 304 |
+
"f1": 0.9677824904132876,
|
| 305 |
+
"map50": 0.9837803148674492,
|
| 306 |
+
"map50_95": 0.9001475058537171
|
| 307 |
+
}
|
| 308 |
+
},
|
| 309 |
+
"yolo26m": {
|
| 310 |
+
"rows": [
|
| 311 |
+
{
|
| 312 |
+
"conf": 0.001,
|
| 313 |
+
"precision": 0.9869050182266054,
|
| 314 |
+
"recall": 0.9777654483819292,
|
| 315 |
+
"f1": 0.9823139748442952,
|
| 316 |
+
"map50": 0.9920705155779554,
|
| 317 |
+
"map50_95": 0.9571259063996621
|
| 318 |
+
},
|
| 319 |
+
{
|
| 320 |
+
"conf": 0.01,
|
| 321 |
+
"precision": 0.9869050182266054,
|
| 322 |
+
"recall": 0.9777654483819292,
|
| 323 |
+
"f1": 0.9823139748442952,
|
| 324 |
+
"map50": 0.9920705155779554,
|
| 325 |
+
"map50_95": 0.9516052392550758
|
| 326 |
+
},
|
| 327 |
+
{
|
| 328 |
+
"conf": 0.03,
|
| 329 |
+
"precision": 0.9869050182266054,
|
| 330 |
+
"recall": 0.9777654483819292,
|
| 331 |
+
"f1": 0.9823139748442952,
|
| 332 |
+
"map50": 0.9830320152024586,
|
| 333 |
+
"map50_95": 0.9497693989395731
|
| 334 |
+
},
|
| 335 |
+
{
|
| 336 |
+
"conf": 0.05,
|
| 337 |
+
"precision": 0.9869050182266054,
|
| 338 |
+
"recall": 0.9777654483819292,
|
| 339 |
+
"f1": 0.9823139748442952,
|
| 340 |
+
"map50": 0.9830320240710207,
|
| 341 |
+
"map50_95": 0.945226218002308
|
| 342 |
+
},
|
| 343 |
+
{
|
| 344 |
+
"conf": 0.1,
|
| 345 |
+
"precision": 0.9869050182266054,
|
| 346 |
+
"recall": 0.9777654483819292,
|
| 347 |
+
"f1": 0.9823139748442952,
|
| 348 |
+
"map50": 0.9830320240710207,
|
| 349 |
+
"map50_95": 0.9432812389520009
|
| 350 |
+
},
|
| 351 |
+
{
|
| 352 |
+
"conf": 0.2,
|
| 353 |
+
"precision": 0.9862330063672345,
|
| 354 |
+
"recall": 0.9783202458176852,
|
| 355 |
+
"f1": 0.9822606907189991,
|
| 356 |
+
"map50": 0.9731914255555612,
|
| 357 |
+
"map50_95": 0.9403401672904579
|
| 358 |
+
}
|
| 359 |
+
],
|
| 360 |
+
"best_f1": {
|
| 361 |
+
"conf": 0.001,
|
| 362 |
+
"precision": 0.9869050182266054,
|
| 363 |
+
"recall": 0.9777654483819292,
|
| 364 |
+
"f1": 0.9823139748442952,
|
| 365 |
+
"map50": 0.9920705155779554,
|
| 366 |
+
"map50_95": 0.9571259063996621
|
| 367 |
+
},
|
| 368 |
+
"best_map50_95": {
|
| 369 |
+
"conf": 0.001,
|
| 370 |
+
"precision": 0.9869050182266054,
|
| 371 |
+
"recall": 0.9777654483819292,
|
| 372 |
+
"f1": 0.9823139748442952,
|
| 373 |
+
"map50": 0.9920705155779554,
|
| 374 |
+
"map50_95": 0.9571259063996621
|
| 375 |
+
},
|
| 376 |
+
"best_recall": {
|
| 377 |
+
"conf": 0.2,
|
| 378 |
+
"precision": 0.9862330063672345,
|
| 379 |
+
"recall": 0.9783202458176852,
|
| 380 |
+
"f1": 0.9822606907189991,
|
| 381 |
+
"map50": 0.9731914255555612,
|
| 382 |
+
"map50_95": 0.9403401672904579
|
| 383 |
+
}
|
| 384 |
+
},
|
| 385 |
+
"yolo26n": {
|
| 386 |
+
"rows": [
|
| 387 |
+
{
|
| 388 |
+
"conf": 0.001,
|
| 389 |
+
"precision": 0.9907554487154436,
|
| 390 |
+
"recall": 0.9883919426425402,
|
| 391 |
+
"f1": 0.9895722844245848,
|
| 392 |
+
"map50": 0.9929416780895504,
|
| 393 |
+
"map50_95": 0.9623558129996036
|
| 394 |
+
},
|
| 395 |
+
{
|
| 396 |
+
"conf": 0.01,
|
| 397 |
+
"precision": 0.9907554487154436,
|
| 398 |
+
"recall": 0.9883919426425402,
|
| 399 |
+
"f1": 0.9895722844245848,
|
| 400 |
+
"map50": 0.9929416780895504,
|
| 401 |
+
"map50_95": 0.9594587476222534
|
| 402 |
+
},
|
| 403 |
+
{
|
| 404 |
+
"conf": 0.03,
|
| 405 |
+
"precision": 0.9907554487154436,
|
| 406 |
+
"recall": 0.9883919426425402,
|
| 407 |
+
"f1": 0.9895722844245848,
|
| 408 |
+
"map50": 0.9929416780895504,
|
| 409 |
+
"map50_95": 0.9585139362547805
|
| 410 |
+
},
|
| 411 |
+
{
|
| 412 |
+
"conf": 0.05,
|
| 413 |
+
"precision": 0.9907554487154436,
|
| 414 |
+
"recall": 0.9883919426425402,
|
| 415 |
+
"f1": 0.9895722844245848,
|
| 416 |
+
"map50": 0.9929416780895504,
|
| 417 |
+
"map50_95": 0.9585139069836319
|
| 418 |
+
},
|
| 419 |
+
{
|
| 420 |
+
"conf": 0.1,
|
| 421 |
+
"precision": 0.9907554487154436,
|
| 422 |
+
"recall": 0.9883919426425402,
|
| 423 |
+
"f1": 0.9895722844245848,
|
| 424 |
+
"map50": 0.9929416780895504,
|
| 425 |
+
"map50_95": 0.9565762095014334
|
| 426 |
+
},
|
| 427 |
+
{
|
| 428 |
+
"conf": 0.2,
|
| 429 |
+
"precision": 0.9907554487154436,
|
| 430 |
+
"recall": 0.9883919426425402,
|
| 431 |
+
"f1": 0.9895722844245848,
|
| 432 |
+
"map50": 0.9929416780895504,
|
| 433 |
+
"map50_95": 0.9546119601096915
|
| 434 |
+
}
|
| 435 |
+
],
|
| 436 |
+
"best_f1": {
|
| 437 |
+
"conf": 0.001,
|
| 438 |
+
"precision": 0.9907554487154436,
|
| 439 |
+
"recall": 0.9883919426425402,
|
| 440 |
+
"f1": 0.9895722844245848,
|
| 441 |
+
"map50": 0.9929416780895504,
|
| 442 |
+
"map50_95": 0.9623558129996036
|
| 443 |
+
},
|
| 444 |
+
"best_map50_95": {
|
| 445 |
+
"conf": 0.001,
|
| 446 |
+
"precision": 0.9907554487154436,
|
| 447 |
+
"recall": 0.9883919426425402,
|
| 448 |
+
"f1": 0.9895722844245848,
|
| 449 |
+
"map50": 0.9929416780895504,
|
| 450 |
+
"map50_95": 0.9623558129996036
|
| 451 |
+
},
|
| 452 |
+
"best_recall": {
|
| 453 |
+
"conf": 0.001,
|
| 454 |
+
"precision": 0.9907554487154436,
|
| 455 |
+
"recall": 0.9883919426425402,
|
| 456 |
+
"f1": 0.9895722844245848,
|
| 457 |
+
"map50": 0.9929416780895504,
|
| 458 |
+
"map50_95": 0.9623558129996036
|
| 459 |
+
}
|
| 460 |
+
}
|
| 461 |
+
}
|
| 462 |
+
}
|
confusion_matrix__combined_test_dedup.png
ADDED
|
Git LFS Details
|
confusion_matrix__old_test_dedup.png
ADDED
|
Git LFS Details
|
confusion_matrix_normalized__combined_test_dedup.png
ADDED
|
Git LFS Details
|
confusion_matrix_normalized__old_test_dedup.png
ADDED
|
Git LFS Details
|
metrics_summary.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"old_test_dedup": {
|
| 3 |
+
"weights": "/home/zerix/question-parser/runs/detect/runs/question-parser/yolo26n_plus_qeval_dedup_iou90_50ep_b6/weights/best.pt",
|
| 4 |
+
"mp": 0.98788596711896,
|
| 5 |
+
"mr": 0.9829867674858223,
|
| 6 |
+
"map50": 0.9887222792051488,
|
| 7 |
+
"map50_95": 0.9239183687496076,
|
| 8 |
+
"fitness": 0.9239183687496076,
|
| 9 |
+
"save_dir": "/home/zerix/question-parser/out/model_compare/test_compare_20260530/yolo26n__old_test_dedup"
|
| 10 |
+
},
|
| 11 |
+
"combined_test_dedup": {
|
| 12 |
+
"weights": "/home/zerix/question-parser/runs/detect/runs/question-parser/yolo26n_plus_qeval_dedup_iou90_50ep_b6/weights/best.pt",
|
| 13 |
+
"mp": 0.9907554487154436,
|
| 14 |
+
"mr": 0.9883919426425402,
|
| 15 |
+
"map50": 0.9929416780895504,
|
| 16 |
+
"map50_95": 0.9623558129996036,
|
| 17 |
+
"fitness": 0.9623558129996036,
|
| 18 |
+
"save_dir": "/home/zerix/question-parser/out/model_compare/test_compare_20260530/yolo26n__combined_test_dedup"
|
| 19 |
+
}
|
| 20 |
+
}
|