MVSNet icon indicating copy to clipboard operation
MVSNet copied to clipboard

How to convert visualSFM result to R/MVSNet input?

Open liujie183 opened this issue 5 years ago • 1 comments

We have been using visualSFM to reconstruct scenes from a set of images, do anybody know how to convert visualSFM result to R/MVSNet input?

liujie183 avatar Jul 02 '20 11:07 liujie183

I think the code to convert the format from visualSfM to MVSNet is not provided. However, I think it is possible to first convert the format from visualSfM to COLMAP, and then convert the COLMAP format to that for MVSNet.

The program to convert visualSfM format to COLMAP format is provided by COLMAP. See the following link. https://colmap.github.io/tutorial.html

As you know, the conversion from the COLMAP format to MVSNet format is provided in this repo.

tatsy avatar Sep 01 '20 12:09 tatsy