docs: add uv workflow and ScoNet eval reproduction notes

This commit is contained in:
2026-02-26 14:19:00 +08:00
parent 0fdd35bd78
commit 5c06a80d93
8 changed files with 2693 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "opengait"
version = "0.0.0"
requires-python = ">=3.10"
dependencies = [
"pyyaml",
"tensorboard",
"opencv-python",
"tqdm",
"py7zr",
"kornia",
"einops",
"numpy",
"imageio",
"Pillow",
"scikit-learn",
"matplotlib",
]
[project.optional-dependencies]
torch = [
"torch>=1.10",
"torchvision",
]
[tool.setuptools]
packages = ["opengait"]