Commit graph

4 commits

Author SHA1 Message Date
esat ac6984d2b7 deimv2 training curve convergence redundancy removal 2026-03-24 15:32:15 +03:00
esat 7fc3ac4724 feat: add COCO eval mAP series to training comparison plot
- Parse output_coco_eval.log using the DEIM pattern for COCO-standard mAP
- Add ult_cocoeval series with a distinct purple color (#9467bd)
- Toggle default plotted series to show COCO eval instead of shifted
  internal training mAP, with old series commented out for reference
2026-03-12 11:06:17 +03:00
esat 256f4d1e16 refactor: add bs16 Ultralytics series and simplify mAP comparison plot
- Add ult_bs16_map series from output_bs16.log to compare batch-size-16 run
- Simplify series tuple structure by removing per-series linestyle field
- Remove per-series best-point scatter markers and annotations for clarity
- All series now rendered with solid lines; update color palette accordingly
2026-03-11 10:41:33 +03:00
esat ebaebcb51d feat: add mAP-per-epoch comparison plot for DEIMv2 DINOv3-L COCO training
Parses COCO AP logs from original DEIMv2 repo, a local replication run,
and Ultralytics training to produce a side-by-side mAP curve visualization.
2026-03-09 12:59:20 +03:00