File size: 445 Bytes
013216e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[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",
]