nerfstudio-project / nerfacc

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

Have you compare with torch-ngp #196

Closed yerfor closed 1 year ago

yerfor commented 1 year ago

Hi, great work to accelerate NeRF! Have you compare the performance with another popular repo, torch-ngp?

liruilong940607 commented 1 year ago

Hi they reported 34.15 psnr on Lego with 30k iterations on train set. In comparison, we got 35.67 psnr in 20k steps

yerfor commented 1 year ago

That's cool, thanks for reply!