nerfstudio-project / nerfacc

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

Fix train_mlp_nerf and save the model at the end of training #177

Closed 97littleleaf11 closed 1 year ago

97littleleaf11 commented 1 year ago

The near and far parameter of render_image during evaluation is not consistent with training stage. Currently this is not a real problem since there is a default near and far value in ray_marching for unbound scenes.

Other modifications:

liruilong940607 commented 1 year ago

Thanks for the cleanup!!