Hi, thanks for the good work.
I was using the colmap2mvsnet script for converting COLMAP output. The script assumes that COLMAP assigns image_ids and camera_ids in the same order as images are arranged in a folder. However that is not always the case and thus the script saves poses in incorrect order.
Hi, thanks for the good work. I was using the colmap2mvsnet script for converting COLMAP output. The script assumes that COLMAP assigns image_ids and camera_ids in the same order as images are arranged in a folder. However that is not always the case and thus the script saves poses in incorrect order.
https://github.com/YoYo000/MVSNet/blob/4c4aa5e2336a214e4bde2de31c9a46f55a8150c5/mvsnet/colmap2mvsnet.py#L415
Changing the line as follows makes the script work:
It will be good if the file is updated in main repository. Thanks :)