jkulhanek / tetra-nerf

Official implementation for Tetra-NeRF paper - NeRF represented as triangulation of input point cloud.
https://jkulhanek.com/tetra-nerf
MIT License
278 stars 14 forks source link

ns-train Tetra-NeRF giving error #15

Closed minar09 closed 1 year ago

minar09 commented 1 year ago

Hi, I installed tetra-nerf again and everything went great. Built the package and produced point-cloud and tetrahedra successfully. But, the training command is having the below error now: TypeError: __init__() got an unexpected keyword argument 'grad_scaler'. Can you please help? Thank you.

jkulhanek commented 1 year ago

Same issue here: https://github.com/nerfstudio-project/nerfstudio/issues/2012 ...Nerfstudio introduced a breaking change in the newer version. I will fix it.

jkulhanek commented 1 year ago

Should be fixed by https://github.com/jkulhanek/tetra-nerf/commit/198afd97e8fd76123184aa221e1679dbb1c800a4 Can you please try if you are still experiencing the error?

minar09 commented 1 year ago

Cool! Training now smoothly. Thank you very much for your quick help. Really appreciate it.