There is a newer version of the record available.

Published April 7, 2025 | Version v0.8.2
Software Open

Sports2D: Compute 2D human pose and angles from a video or a webcam

Description

Very specific issue, when it is run for several trials from within python, e.g.:

import toml
from pathlib import Path
from Sports2D import Sports2D

video_names = ['000000.mov', '000001.mov']

config_path = Path(Sports2D.__file__).parent / 'Demo/Config_demo.toml'
config_dict = toml.load(config_path)
for vid in video_names:
    config_dict.get("base").update({"video_input":vid})
    Sports2D.process(config_dict)

Full Changelog: https://github.com/davidpagnon/Sports2D/compare/v0.8.1...v0.8.2

Notes

If you use this software, please cite our article in the Journal of Open Source Software.

Files

davidpagnon/Sports2D-v0.8.2.zip

Files (9.9 MB)

Name Size Download all
md5:c7f333c34d49026db2b5e2fea0a1eee4
9.9 MB Preview Download

Additional details

Related works