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

Depth based pose warping not matching exactly #23

Open NagabhushanSN95 opened 3 years ago

NagabhushanSN95 commented 3 years ago

Hi,

I'm trying to use your MVS Synth database for a view synthesis related problem. However, when I warp a frame to the view of next frame, the far away buildings are showing some shift, while closeby objects match perfectly. Any idea why this may be happening or how to fix this?

For example, from video 0000, I warped frame 0001 to view of 0002 and the below are the true and warped images.

True frame 0002 0002

Frame 0001 warped to view of 0002 0002

My warping code is based on this

Orange066 commented 2 years ago

I meet the same warping problem.

Do you fix them?

NagabhushanSN95 commented 2 years ago

Nope. I couldn't.