docs: add uv workflow and ScoNet eval reproduction notes
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user