nerfstudio-project / nerfacc

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

distortion loss #106

Closed cv-lab-x closed 1 year ago

cv-lab-x commented 1 year ago

hi, thanks for your great work! i found the the def distortion loss in loss codes, but they are not be used in any codes? did your test the distortion loss in the trainning pipeline? @brentyi @liruilong940607 looking forward to your reply!

liruilong940607 commented 1 year ago

Hi it is a preview feature that we haven't fully tested. We plan to test it in our next release.

The doc page contains all the stable functions: https://www.nerfacc.com/en/latest/apis/utils.html

kwea123 commented 1 year ago

There is already one: https://github.com/sunset1995/torch_efficient_distloss which can be directly used with nerfacc. I already tried and it's working good