Open zhiwenfan opened 2 years ago
Hi, thanks for your interest in our work. get_diff_feats
is intended for checking the consistency of input depth maps. We project the input depth points onto neighboring views. If the color of the current view is consistent with the colors of neighboring views, then we can more confidently believe the input depth maps. If not, the input depth may be incorrect. This helps determine the variance of the occlusion probability.
About the normalization of depth values, we sample points along the ray direction in the "-1/depth" space to make it more consistent with the disparity, which is similar to the NDC space used in NeRF.
Hi Authors,
Thanks for sharing the code of the great work. Could you please explain a little bit about the usage of "get_diff_feats" function?
Thanks