360FusionNeRF icon indicating copy to clipboard operation
360FusionNeRF copied to clipboard

All default config files set "use_gradient = True".

Open Smileglaze opened this issue 2 years ago • 1 comments

Thank you for sharing the code for your paper!

I notice that all default config files set "use_gradient = True", which refers to another loss function not included in your paper.

I want to confirm whether the default configuration corresponding to the method proposed in your paper includes this loss function? Do I have to manually set "use_gradient = False" to get the exact pipeline you proposed?

Smileglaze avatar Apr 23 '23 13:04 Smileglaze

BTW, in README.md python run_nerf.py --config configs/st3d.txt should be python run_nerf_vit.py --config configs/st3d.txt right?

Smileglaze avatar Apr 23 '23 13:04 Smileglaze