colmap / pycolmap

Python bindings for COLMAP
BSD 3-Clause "New" or "Revised" License
899 stars 129 forks source link

Can pycolmap do dense reconstruction? #54

Closed TNTSAYou closed 2 years ago

TNTSAYou commented 2 years ago

Sorry to bother you again, can pycolmap do dense reconstruction? I didn't find the interface inside.

sarlinpe commented 2 years ago

@Phil26AT has added support for MVS in the cuda-bindings branch. This requires COLMAP to be built with CUDA support: https://github.com/colmap/pycolmap/blob/b30a4501b71364aa19adc990a401177c39a5ae62/pipeline/mvs.cc#L230-L247 Please let us know if you try it out!