QT-Zhu / AA-RMVSNet

[ICCV 2021] Code for AA-RMVSNet: Adaptive Aggregation Recurrent Multi-view Stereo Network.
MIT License
117 stars 18 forks source link

Ground Truth improvement code #26

Closed vkvats closed 1 year ago

vkvats commented 1 year ago

Hi, Thank you for this amazing repo. I am really curious about improvement in the ground truth depth maps. You mention that it is similar to Attention aware multi-view stereo paper by Luo et al. 2020. I am unable to find the code that was used for it. can you please point me to the relevant code for GT improvement?

Thanks,

QT-Zhu commented 1 year ago

Hello. Sorry I have no idea whether there is a published implementation for this. But this data preparation is simple: just run the same depth filtering procedure to GT depth maps as is normally done to predicted depth maps, so that the incorrect part of the GT depth maps will be filtered.