feat(scenegraph): add image storage and verification UI

This commit is contained in:
2026-03-28 16:01:44 +08:00
parent 1c9752cf9e
commit 817f45b935
4 changed files with 130 additions and 15 deletions

View File

@@ -19,6 +19,7 @@ dependencies = [
"polars[database,numpy,pandas,pydantic]>=1.37.1",
"pyarrow>=23.0.0",
"pydantic>=2.12.5",
"pyzmq>=27.1.0",
"scikit-learn>=1.7.2",
"transformers>=5.0.0",
"typer>=0.24.1",