ldx119

Results 5 comments of ldx119

> It looks like a PATH issue, did you try > > ``` > ./DensifyPointCloud > ``` > > (ie: with ./ prefix) ok ,thanks. I have tried , but...

> @ldx119 What does `find /home/ldx/openMVS_build | grep -F -e .JPG -e .jpg` return? There are two directories ,one is the original images ,and the other is undistorted images.

> @ldx119 What does `find /home/ldx/openMVS_build | grep -F -e .JPG -e .jpg` return? > ok. First I follow your instruction to execute the command 'cp -r /home/ldx/openMVS_build/bin/tutorial_out/undistorted_images /home/ldx/openMVS_build/bin/undistorted_images/' ,...

> It's a question of path. > > You have to execute the DensifiPointCloud from the folder that produced the mvs file. OK, thanks. I think I've got it