SergioRAgostinho/cvxpnpl
A Perspective-n-Points-and-Lines method.
5 Releases
Latest: 4y ago
v1.1.0Latest
📋 Changes
- Adds support to SCS 3.x.x
- Add type annotations to the public interface
v.1.0.3v1.0.3
Fixed issue with requirements file parsing specific to pypi
v1.0.2
Fix version parsing issue in setup.py
v1.0.1
📋 Changes
- Optimized the pose composition after solution candidates are returned.
- Add check for duality gap to validate the global optimality of the solution.
- Massively refactored the benchmarks.
- Added real data benchmarks.
- For more info check the [benchmarks page](https://github.com/SergioRAgostinho/cvxpnpl/tree/v1.0.1/benchmarks).
v1.0.0
Stripped the intermediate layer previously mediated by CVXPY and now we're directly invoking SCS. Also bumped minimum version of SCS to 2.0.0, which witnessed an increase in convergence performance.
