golf_tracking / pyproject.toml
rehctiw25's picture
Upload folder using huggingface_hub
013216e verified
raw
history blame contribute delete
445 Bytes
[project]
name = "golf-tracking"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"decord>=0.6.0",
"gradio>=4.0.0",
"hydra-core>=1.3.2",
"iopath>=0.1.10",
"matplotlib>=3.9.1",
"moviepy==1.0.3",
"numpy>=1.24.4",
"opencv-python>=4.7.0",
"pillow>=9.4.0",
"sam2>=1.1.0",
"scipy>=1.7.0",
"torch>=2.0.0",
"tqdm>=4.66.1",
]