pose2sim/setup.cfg

55 lines
1.6 KiB
INI
Raw Normal View History

2023-07-19 17:37:20 +08:00
[metadata]
name = pose2sim
2024-02-09 19:41:00 +08:00
version = 0.6.2
2023-07-19 17:37:20 +08:00
author = David Pagnon
author_email = contact@david-pagnon.com
description = Perform a markerless kinematic analysis from multiple calibrated views as a unified workflow from an OpenPose input to an OpenSim result.
long_description = file: README.md, LICENSE
long_description_content_type = text/markdown
url = https://github.com/perfanalytics/pose2sim
keywords = markerless, kinematics, OpenPose, OpenSim, 3D human pose, biomechanics
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/perfanalytics/pose2sim/issues
[options]
zip_safe = False
2023-11-02 00:14:41 +08:00
python_requires = >=3.8
2023-07-19 17:37:20 +08:00
install_requires =
toml
numpy
opencv-python
lxml
matplotlib
mpl_interactions
Pillow
2023-07-19 17:37:20 +08:00
PyQt5
tqdm
anytree
pandas>=1.5
2023-07-19 17:37:20 +08:00
scipy
statsmodels
filterpy
2023-07-19 17:37:20 +08:00
ipython
c3d
2024-01-20 03:03:35 +08:00
tensorflow
2023-11-01 23:39:38 +08:00
packages = find_namespace:
2023-07-19 17:37:20 +08:00
[options.package_data]
* = OpenSim_Setup/**, MarkerAugmenter/**, Demo/**, Demo/**/.*, Demo/**/**/.*, Demo/**/**/**/.*, Demo/**/**/**/**/.*