Split UI pages and add inference workflow

This commit is contained in:
2026-07-01 00:13:05 +08:00
parent f77ba2888c
commit dcd6f7fd41
6 changed files with 618 additions and 37 deletions

View File

@@ -213,6 +213,8 @@ checks YOLO txt labels and mask dimensions, and can generate a `dataset.yaml`
for the `yolo.train_custom` task. The selected upload dataset also exposes
direct YOLO custom train, predict, and heatmap actions; custom outputs are
written under `var/custom_yolo_runs` and are scanned by the results dashboard.
The detailed color-label to mask/txt conversion path is documented in
`docs/DATASET_PREPARATION.md`.
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