Sports2d

Latest version: v0.8.0

Safety actively analyzes 723685 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 7

0.8.0

/!\ Warning! Make sure that the last Pose2Sim version is installed with `pip install pose2sim -U`

**1. Set the number of persons to analyze and their ordering method:**
See https://github.com/davidpagnon/Sports2D?tab=readme-ov-file#select-the-persons-you-are-interested-in
Specify the number of persons you want to analyze and post-process (set 'all' if you want them all)
Order them with one of these 6 methods:
- 'on_click',
- 'highest_likelihood',
- 'greatest_displacement',
- 'least_displacement',
- 'first_detected',
- 'last_detected'
Note that the person with reference height will be the first one coming out of this ordering.
Among other advantages, this will make it easier to set the height and masses of the each person in the right order.
I tried to make the "on_click" UI look consistent with the synchronization one by HunMin.

Beware of the changes in the parameters:
- New: nb_persons_to_detect = 'all' int or 'all' Limiting or not the number of persons to be analyzed
- New: person_selection_method = 'on_click' 'on_click', 'highest_likelihood', 'greatest_displacement', 'least_displacement', 'first_detected', or 'last_detected'
- New: first_person_height = 1.76
- Removed: multiperson is removed (replaced by nb_persons_to_detect)
- Removed: px_to_m_person_height (becomes first_person_height)
- Removed: px_to_m_from_person_id (first selected person will be chosen)
- Changed: the 'project' and 'process' sections of the configuration file have been replaced by 'base'

Note that the default visible_side order has changed and is now ['auto', 'front', 'none'] (instead of ['front', 'none', 'auto'])

![Person_selection](https://github.com/user-attachments/assets/52dcf0b4-5933-4f98-bcf4-d59b7a87851e)

**2. Others:**
- Only the selected persons are saved (images, videos, trc, mot), with post-processed angles.
- Fixed time index and image saves with load_trc_px
- Fixed angle computation with whole_body pose_model
- Handled warning in compute_floor_line when a line is full of nan
- Deleted setup.cfg and setup.py to switch to pyproject.toml

Also, the code is becoming kind of a mess... What I should do is rewrite it all, but that requires time I do not have.

0.7.3

- updated instructions and presentation video
- remove all the functions that were already defined in Pose2Sim
- do_ik and use_augmentation to false by default
- no opensim import if do_ik is false
- no markeraugmentation import if use_augmentation is false
- package version assigned dynamically from setup.cfg

**Full Changelog**: https://github.com/davidpagnon/Sports2D/compare/v0.7.2...v0.7.3

0.7.2

Minor fixes:
- Fixed time_range
- Fixed load_trc_px
- Fixed tests

Updated Pose2Sim model DOFs of the arms to avoid the elbow locking up when the shoulder is overly rotated

What's Changed
* fixed tests by davidpagnon in https://github.com/davidpagnon/Sports2D/pull/23

**Full Changelog**: https://github.com/davidpagnon/Sports2D/compare/v0.7.0...v0.7.2

0.7.0

- Depth values in trc files adjusted based on neutral position for the sagittal plane (left and right side) and frontal plane (front and back side)
- Supported marker augmentation and inverse kinematics via Pose2Sim
- c3d export
- renamed a bunch of parameters
- fixed whole_body_wrist model
- Fixed "load_trc" option
- Updated doc

What's Changed
* Supported marker augmentation and inverse kinematics + others by davidpagnon in https://github.com/davidpagnon/Sports2D/pull/22


**Full Changelog**: https://github.com/davidpagnon/Sports2D/compare/v0.6.3...v0.7.0

0.6.3

- trc Z values not set to zeros but to coherent values based on visible side
- c3d export
- renamed a bunch of parameters

0.6.2

- Skeleton visualization: A bounding-box color per person. Left and right limbs in a different color to better spot swaps. Keypoint color based on confidence.
- Support DeepSort tracking across frames

**Full Changelog**: https://github.com/davidpagnon/Sports2D/compare/v0.6.1...v0.6.2

Page 1 of 7

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.