Add custom YOLO prediction and heatmap workflow

This commit is contained in:
2026-06-30 15:11:47 +08:00
parent 4d0c26be05
commit 777f168a75
12 changed files with 393 additions and 17 deletions

View File

@@ -28,6 +28,7 @@ def result_roots() -> list[Path]:
source / "Tool-可视化" / "runs",
source / "Tool-可视化" / "Data" / "result",
source / "Tool-图片堆叠" / "result_0.3透明度",
project / "var" / "custom_yolo_runs",
]
upload_root = project / "var" / "uploads" / "datasets"
if upload_root.exists():