tsattler / meshloc_release

BSD 3-Clause "New" or "Revised" License
180 stars 14 forks source link

How to run MeshLoc on own data #6

Closed zwl995 closed 2 years ago

zwl995 commented 2 years ago

Hi,tsattler The content of your research is exciting. How to run MeshLoc on own data?

tsattler commented 2 years ago

Hi @zwl995 ,

Thank you very much for your kind words.

To run MeshLoc on your own dataset, you will need to provide the camera poses and intrinsics of the database images in Colmap's data format. In addition, you will need to render depth maps from the poses and intrinsics of the database images in a format that can be loaded by the code (see the code). Please note that we are not handling distorted database images, so you will need to undistort the database images before rendering and provide the intrinsics of the undistorted images.

zwl995 commented 2 years ago

Thank you very much for your answer, I will try it out and keep following your work, looking forward to your update.