ardaduz / deep-video-mvs

Code for "DeepVideoMVS: Multi-View Stereo on Video with Recurrent Spatio-Temporal Fusion" (CVPR 2021)
MIT License
221 stars 29 forks source link

7Scenes Depth and RGB Intrinsics/focal lengths #19

Closed mohammed-amr closed 2 years ago

mohammed-amr commented 2 years ago

Hello,

How do you handle the difference in focal lengths between the RGB and depth maps for 7Scenes? Are you cropping the RGB images down to match depth or reprojecting depths given the intrinsics of both?

Thanks!

ardaduz commented 2 years ago

Hi,

As we mention in the paper Section 4.1:

"The official distribution of [16] does not supply aligned color and depth images, so we use the rendered depth maps provided by [7] for evaluation."

You can check this out: https://github.com/vislearn/LessMore#data-structure

mrharicot commented 2 years ago

Hi, Ah we missed this in the paper, thanks!