Cvxpnpl

A Perspective-n-Points-and-Lines method.
Alternatives To Cvxpnpl
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Nerfstudio5,307
7 hours ago260apache-2.0Python
A collaboration friendly studio for NeRFs
Openmvg4,885
11 days ago208mpl-2.0C++
open Multiple View Geometry library. Basis for 3D computer vision and Structure from Motion.
Vrn4,368
2 years ago4mitMATLAB
:man: Code for "Large Pose 3D Face Reconstruction from a Single Image via Direct Volumetric CNN Regression"
3ddfa3,243
a year ago52mitPython
The PyTorch improved version of TPAMI 2017 paper: Face Alignment in Full Pose Range: A 3D Total Solution.
Awesome_3dreconstruction_list3,038
2 years ago5
A curated list of papers & resources linked to 3D reconstruction from images.
Awesome Hand Pose Estimation2,701
18 days ago5Python
Awesome work on hand pose estimation/tracking
3d Resnets Pytorch2,677
2 years ago120mitPython
3D ResNets for Action Recognition (CVPR 2018)
Alicevision2,529
an hour ago72otherC++
Photogrammetric Computer Vision Framework
3ddfa_v22,396
5 months ago82mitPython
The official PyTorch implementation of Towards Fast, Accurate and Stable 3D Dense Face Alignment, ECCV 2020.
Simulator2,029
2 months ago625otherC#
A ROS/ROS2 Multi-robot Simulator for Autonomous Vehicles
Alternatives To Cvxpnpl
Select To Compare


Alternative Project Comparisons
Readme

CvxPnPL

A convex Perspective-n-Points-and-Lines method.

Title: CvxPnPL: A Unified Convex Solution to the Absolute Pose Estimation Problem from Point and Line Correspondences

Abstract: We present a new convex method to estimate 3D pose from mixed combinations of 2D-3D point and line correspondences, the Perspective-n-Points-and-Lines problem (PnPL). We merge the contributions of each point and line into a unified Quadratic Constrained Quadratic Problem (QCQP) and then relax it into a Semi Definite Program (SDP) through Shor's relaxation. This makes it possible to gracefully handle mixed configurations of points and lines. Furthermore, the proposed relaxation allows us to recover a finite number of solutions under ambiguous configurations. In such cases, the 3D pose candidates are found by further enforcing geometric constraints on the solution space and then retrieving such poses from the intersections of multiple quadrics. Experiments provide results in line with the best performing state of the art methods while providing the flexibility of solving for an arbitrary number of points and lines.

URL to the Paper: arXiv

License: Apache 2.0

Installing

The easiest way to install the package is through pip

pip install cvxpnpl

Alternatively, you can clone this repo and invoke from its root folder

python setup.py install

SDP Solver, BLAS and LAPACK

cvxpnpl makes use of SCS to obtain a solution to the underlying SDP problem. SCS requires BLAS and LAPACK which can be painful to set up for Windows users. As of version 2.0.0, SCS is permanently linking with LAPACK and BLAS and it is possible that the process is now easier for Windows users as well.

Examples

The library exposes 3 public functions: pnp, pnl and pnpl. You can find a couple of examples showing how to use each in the examples folder.

Benchmarks

A number of benchmarks were conducted in order to validate the robustness of cvxpnpl in various scenarios and compare it against other methods. Please check the dedicated README page on the topic.

Popular 3d Graphics Projects
Popular Computer Vision Projects
Popular Graphics Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
3d Graphics
Computer Vision
Registration
Human Pose Estimation
Blas
Lapack