360FusionNeRF
360FusionNeRF copied to clipboard
All default config files set "use_gradient = True".
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?
BTW, in README.md
python run_nerf.py --config configs/st3d.txt
should be
python run_nerf_vit.py --config configs/st3d.txt
right?