pycolmap icon indicating copy to clipboard operation
pycolmap copied to clipboard

Tutorial or documentation on pycolmap

Open jhzgjhzg opened this issue 1 year ago • 1 comments

I hope to use colmap in Python, so I found this project. Where can I find the documentation for this project, or the introduction of its functions/classes

jhzgjhzg avatar May 15 '23 03:05 jhzgjhzg

Hi @jhzgjhzg, the current repo indeed lacks good documentation. Until we find time to add proper documentation, I suggest having a look into hloc or pixsfm. Both projects use pycolmap extensively.

YOu can also try help(pycolmap.Reconstruction), which provides some documentation about functions and classes (a lot of them have useful docstrings and strongly typed parameters).

Phil26AT avatar May 16 '23 23:05 Phil26AT