Add filterable artifact browser

This commit is contained in:
2026-06-30 15:41:58 +08:00
parent 90dccbea0e
commit 41cb0235cd
4 changed files with 148 additions and 11 deletions

View File

@@ -57,8 +57,9 @@ written under `var/custom_yolo_runs` and are scanned by the results dashboard.
When a dataset is selected, the dataset panel shows its custom YOLO `best.pt`,
prediction previews, heatmap previews, and inline training curve previews.
Segmentation previews, YOLO heatmaps, and loss/metric artifacts are grouped on
the results dashboard, and YOLO-style `results.csv` files are parsed into
lightweight training curves.
the results dashboard. The artifact browser can filter by model family and
artifact role, and YOLO-style `results.csv` files are parsed into lightweight
training curves.
Job APIs and the SSE log stream also expose structured progress parsed from
YOLO, MMSeg/MMEngine, SegModel-style epoch logs, and generic tqdm percentages,
so the queue and live log panel can show stage, epoch/iteration, and percent