phuang17 / DeepMVS

DeepMVS: Learning Multi-View Stereopsis
https://phuang17.github.io/DeepMVS/index.html
BSD 2-Clause "Simplified" License
331 stars 85 forks source link

Simple Test #1

Closed WANG-KX closed 6 years ago

WANG-KX commented 6 years ago

Dear authors, Thanks for your work and open source DeepMVS! Is there a simple way to test the network on images with known intrinsic and extrinsic parameters but without colmap? Thanks

phuang17 commented 6 years ago

Unfortunately, I don't have codes ready for such applications. You can take a look at generate_volume_train.py to see how to generate the plane-sweep volume without COLMAP.

Below are several problems you may encounter if you choose not to use COLMAP:

  1. For a reference image, how should the neighbor images be selected?
  2. For a reference image, how should its maximum disparity be estimated?
phuang17 commented 6 years ago

Closing this issus as I do not have plan to support that. Please feel free to leave further comments if having more questions. Thanks.