pycolmap
pycolmap copied to clipboard
Tutorial or documentation on pycolmap
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
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).