colmap / pycolmap

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

Example for exporting model? #47

Closed SuwoongHeo closed 2 years ago

SuwoongHeo commented 2 years ago

Hi,

I want to export the reconstruction to reconstruct the dense model from that. There are several options to export models into NVM, VRML, PLY, bundler as in reconstruction/reconstruction.cc. But the usages of these functions are unclear for me. Could you kindly provide an example of exporting models?

Phil26AT commented 2 years ago

Indeed the documentation of exporting pycolmap reconstructions was a bit sparse. We extended the export bindings and added some documentation in the README on branch export-reconstruction. Please let us know if this clarifies the usage of these functions.