nerfbaselines
nerfbaselines copied to clipboard
Nerfstudio configuration on Blender data
I saw quite different results of nerfstudio on blender data as reported in https://jkulhanek.com/nerfbaselines/
ns-train nerfacto --data materials --pipeline.model.disable_scene_contraction=True --pipeline.model.use_appearance_embedding=False --pipeline.model.camera_optimizer.mode=off --output-dir train blender-data
I am getting 26.3 PSNR on material example rather than 17.595 as reported.
I am checking the config here: https://github.com/jkulhanek/nerfbaselines/blob/main/nerfbaselines/methods/_impl/nerfstudio.py#L225
Where did you obtain the configuration setting for blender set?