feat(demo): add export and silhouette visualization outputs

Add preprocess-only silhouette export and configurable result exporters so demo runs can be persisted for offline analysis and reproducible evaluation. Include optional parquet support and CLI visualization dumps while updating tests and tracking notes for the verified pipeline/debug workflow.
This commit is contained in:
2026-02-27 17:16:20 +08:00
parent 3496a1beb7
commit f501119d43
10 changed files with 1101 additions and 217 deletions
+3
View File
@@ -26,6 +26,9 @@ torch = [
"torch>=1.10",
"torchvision",
]
parquet = [
"pyarrow",
]
[tool.setuptools]
packages = ["opengait"]