This is a wrapper of the python binding of g2o using its branch pymem
.
import g2o
# Your code
Examples are available at a separate repository called g2o-python-examples. More examples available here.
Use the released Pypi version, running
pip install -U g2o-python
Clone this repository and run pip install -U --user -v .