taco_dataset / taco_analysis /pyproject.toml
mzhobro's picture
Upload folder using huggingface_hub
bebbf12 verified
raw
history blame contribute delete
321 Bytes
[project]
name = "taco-analysis"
version = "0.1.0"
description = "Analysis and visualization scripts for the TACO dataset"
requires-python = ">=3.10"
dependencies = [
"numpy",
"pandas",
"matplotlib",
"seaborn",
"opencv-python",
"imageio",
"Pillow",
"trimesh",
"scipy",
"chumpy",
]