Skip to content

Various edits, eg to solve numpy version issues

Choose a tag to compare

@davidpagnon davidpagnon released this 10 Sep 09:17
· 161 commits to main since this release
  • Limits cv2 version, otherwise forces numpy>=2 which is incompatible with some OpenSim versions

  • Fixed eye position for some marker sets, and added hat_spine to Geometries

  • Back to the previous way for Vicon calibration, since the new one missed some cameras sometimes

  • The py-c3d library on which Pose2Sim was dependent used not to support numpy>=2.0. This has started to cause problems for some users. I worked on the py-c3d library to make it compatible with numpy>=2, made a pull request that was accepted, so this problem is solved now: EmbodiedCognition/py-c3d#54

Full Changelog: v0.10.34...v0.10.35