SuLvXiangXin / zipnerf-pytorch

Unofficial implementation of ZipNeRF
Apache License 2.0
802 stars 87 forks source link

Why does the depth value of the depth map generated by the rendering not match the actual one #95

Open qinshihao12 opened 11 months ago

qinshihao12 commented 11 months ago

Thank you for your excellent research, but I have a question for you here. I tried to train and render a real scene that I captured myself, but I found that the depth values of the distancemean.tiff and distancemedian.tiff plots obtained if rendered are about three or four times different from the depth values of the real scene captured when read using cv2.imread, so can you tell me the so can you tell me the reason for this? And what values should I enter when I want to use compute_disp_metrics?