MVSNet
MVSNet copied to clipboard
How to convert visualSFM result to R/MVSNet input?
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?
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.