nerfstudio-project / nerfacc

A General NeRF Acceleration Toolbox in PyTorch.
https://www.nerfacc.com/
Other
1.37k stars 113 forks source link

Depth maps are worse of version 0.5.0+ than version 0.3.2+ #246

Open AIBluefisher opened 1 year ago

AIBluefisher commented 1 year ago

Hi, @liruilong940607

I'm testing the newest version of nerfacc. I found an issue with the latest version: the PSNR and rendered images look good, however, the rendered depth images are worse compared to nerfacc 0.3.2+. depth_test_0 depth_test_0 The first image is rendered by nerfacc 0.5.3, the second image is rendered by nerfacc 0.3.3. We can clearly observe the aliasing effect on the object boundary and many floaters for the first depth image. I think the upgraded version has something wrong. Do you have any suggestions?