simple-sfm
simple-sfm copied to clipboard
A readable implementation of structure-from-motion
simple-sfm
A readable implementation of structure-from-motion in python.
Install
Depends directly on numpy and autograd, indirectly on scipy. Installable using conda on Windows or Linux. Other platforms not tested.
conda create -n simple-sfm -c conda-forge numpy autograd