Personal Python implementation of slambook.
pip install opencv-python
git clone https://github.com/uoip/g2opy.git
cd g2opy
mkdir build
cd build
cmake ..
make -j8
cd ..
python setup.py install
pip install numpy
pip install scipy
pip install levmar