ewrfcas / MVSFormer

Codes of MVSFormer: Multi-View Stereo by Learning Robust Image Features and Temperature-based Depth (TMLR2023)
Apache License 2.0
175 stars 10 forks source link

Testing with custom data #23

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 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 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

maybeLx commented 8 months ago

Did you use Colmap to generate pose data ?

maybeLx commented 8 months ago

There is no difference between dtu images and custom data images. And you should check the extrinsic matrix is the w2c(world2camera ) matrix, not c2w (camera2world) matrix