Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: PoseLib/PoseLib

Tags

v2.0.5

Toggle v2.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Updated Python packaging + CI (#146)

This PR introduces various improvements to the python packaging, and adds CI for building cross-platform wheels.

Some new features are:

* Automated python stub generation through `pybind11-stubgen`, which helps with type-hints etc.
* `cibuildwheel` CI for automated building of wheels
* Automated testing through an updated version of `posebench`
* A bunch of minor fixes with the build process
* Some minor fixes to the `python` bindings themselves.

v2.0.4

Toggle v2.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump pybind11 and version (#105)

Bumps the pybind11 version to the latest. There seem to be some segfault issues that are resolved in this version. Also bump the version number to 2.0.4.

v2.0.3

Toggle v2.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added decompositions for focal lengths from F (#102)

Added fundamental matrix decompositions (extracting focal lengths) from Kocur et al. CVPR 2024