cdcseacave/openMVS

ReconstructMesh try to load images from wrong path

Yao-DY opened this issue · 1 comments

Describe the bug
I specified the absolute paths for my Dense and images, but when rebuilt the grid, OpenMVS tried to read the images from the wrong path.

To Reproduce
Steps to reproduce the behavior:

  1. Use DeepImageMatching to identify and match the key points in a set of images.
  2. Use Colmap to perform mapper and image_undistorter, and obtained the Dense results.
  3. Convert SfM scene from COLMAP
  4. Try to rough Mesh Reconstruction

Expected behavior
I had originally hoped to output a .ply file.

Screenshots
image
image
Here is the directory structure of my folder:
image
image

Desktop (please complete the following information):

  • OS: Win11 23H2 22631.3737
  • Version v2.3.0 (ce03889)
  • The file was downloaded from release page instead of being compiled independently.

Additional context
Add any other context about the problem here.

I found the reason. I need to pass in the working-folder parameter to specify the working path