There is a newer version of the record available.

Published April 15, 2024 | Version v0.8.0

Pose2Sim - Markerless kinematics, from OpenPose to OpenSim

Authors/Creators

Description

New automatic post-synchronization tool:

  • Tried cross-corr for sum of keypoint 2D speeds
  • Tried cross-corr for sum of keypoint vertical speeds
  • Tried cross-corr for sum of keypoint vertical positions
  • Tried idem with sum of all keypoints vs selected keypoints
  • Tried idem with sum of weighted selected points (L190 synchronize_cams_draft deleted)
  • Tried idem with only right/left side
  • Tried idem with frames around a specified time
  • Tried cross-corr for each kpt, select top N highest correlations, take median offset (L244 synchronize_cams_draft deleted)
  • Tried cross-corr for each kpt, weighted by correlation
  • Tried threshold on vmax thresh
  • Tried correlation threshold -> Best results (accuracy, simplicity, speed): sum of vertical speeds. Default: all keypoints, all frames. User can also choose specific keypoints at specific instants.

Single-trial mode:

  • Batch mode still available
  • Also works with a simpler folder structure, filled with a Config.toml file, a calibration folder, and a pose folder

What's Changed

  • Process non filtered data if there is no data filtered in folder by @ANaaim in https://github.com/perfanalytics/pose2sim/pull/86
  • objp should not be objp_not_used by @ANaaim in https://github.com/perfanalytics/pose2sim/pull/91
  • Synchronization & single-trial mode by @davidpagnon in https://github.com/perfanalytics/pose2sim/pull/94

Full Changelog: https://github.com/perfanalytics/pose2sim/compare/v0.7.2...v0.8.0

Notes

If you use Pose2Sim, please cite it as below.

Files

perfanalytics/pose2sim-v0.8.0.zip

Files (43.8 MB)

Name Size Download all
md5:7d143aaed2d6fee8cd901efb54a11f69
43.8 MB Preview Download

Additional details

Related works