SuLvXiangXin / zipnerf-pytorch

Unofficial implementation of ZipNeRF
Apache License 2.0
783 stars 85 forks source link

Why using distance_median for tsdf #70

Open ckLibra opened 11 months ago

ckLibra commented 11 months ago

In rendering, there are depth, distance mean and distance median. I am curious why using distance_median for tsdf reconstruction. In another word, if I want to add the depth supervision, which of those three is more appropriate for calculating the loss?