malteprinzler / diner

Official PyTorch Implementation of the CVPR23 Paper "DINER: Depth-aware Image-based NEural Radiance fields"
79 stars 8 forks source link

Questions about the acquisition of standard deviation #6

Closed PuTeGuo closed 1 month ago

PuTeGuo commented 1 month ago

Hi, thank you for your excellent work!

I noticed that the algorithm requires the depth map and the corresponding standard deviation as prior information, but how should i do to get the standard deviation for the depth map?

With best wishes!