forked from davidpagnon/Sports2D
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
55 lines (51 loc) · 1.51 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
[metadata]
name = sports2d
version = 0.4.8
author = David Pagnon
author_email = [email protected]
description = Detect pose and compute 2D joint angles from a video.
long_description = file: README.md, LICENSE
long_description_content_type = text/markdown
url = https://github.com/davidpagnon/Sports2D
keywords = markerless, kinematics, OpenPose, BlazePose, joint angles, 2D, biomechanics, sports, pose estimation, joint angles, sports analytics, kinovea
license = BSD 3-Clause License
license_files = LICENSE
platform = any
classifiers =
Programming Language :: Python :: 3
Development Status :: 3 - Alpha
Intended Audience :: Science/Research
Intended Audience :: Healthcare Industry
Intended Audience :: Education
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Image Processing
Topic :: Scientific/Engineering :: Medical Science Apps.
Topic :: Multimedia :: Graphics
Topic :: Multimedia :: Graphics :: 3D Modeling
project_urls =
Bug Tracker = https://github.com/davidpagnon/Sports2D/issues
[options]
zip_safe = False
python_requires <= 3.12
install_requires =
ipython
toml
numpy
pandas>=1.5
scipy
anytree
opencv-python
matplotlib
PyQt5
statsmodels
rtmlib
openvino
tqdm
imageio_ffmpeg
packages = find:
[options.entry_points]
console_scripts = sports2d = Sports2D.Sports2D:main
[options.package_data]
* = Demo/**/*, Demo/**/**/*