YoYo000 / MVSNet

MVSNet (ECCV2018) & R-MVSNet (CVPR2019)
MIT License
1.4k stars 304 forks source link

Testing with custom data #154

Open karimcossentini opened 1 year ago

karimcossentini commented 1 year ago

When testing MVSFormer, I used camera parameters and pair.txt file generated from Colmap on DTU scan_1 images, and the results were good with a full .ply file as shown below:

image image

However, when I generated the camera parameters and pair.txt file on a custom dataset, which consisted of 49 images of an object I took from different angles, the resulting .ply file was empty (0.00 million points are found).

image image

the question is what's the difference between using dtu scan images and a custom data images ? Can anyone suggest why this might have happened and What steps can I take to troubleshoot the issue? thanks