You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pip install -r requirements.txt # Install the requirements
cd third_party/progressive-x/graph-cut-ransac/build; cmake ..; make -j8; cd ../../../.. # Install the C++ library Graph Cut RANSAC
cd third_party/progressive-x/build; cmake ..; make -j8; cd ../../.. # Install the C++ library Progressive-X
pip install -e third_party/progressive-x # Install the Python bindings of Progressive-X for VP estimation
cd third_party/afm_lib/afm_op; python setup.py build_ext --inplace; rm -rf build; cd ..; pip install -e .; cd ../.. # Install the Cuda code to generate AFM from lines (taken from https://github.com/cherubicXN/afm_cvpr2019)
pip install -e line_refinement # Install the Python bindings to optimize lines wrt a distance/angle field
pip install -e third_party/homography_est # Install the code for homography estimation from lines
pip install -e third_party/pytlbd # Install the LBD line matcher for evaluation