georghess / neurad-studio

[CVPR2024] NeuRAD: Neural Rendering for Autonomous Driving
https://research.zenseact.com/publications/neurad/
Apache License 2.0
346 stars 24 forks source link

Small bug in neurad-2x-paper method config #46

Closed vnmusat closed 2 months ago

vnmusat commented 3 months ago

The dictionary key used should be "neurad-2x-paper" otherwise the flip_prob is still the one inherited from neurader (0.5)

https://github.com/georghess/neurad-studio/blob/4c768c76e37244fe58d79926f53354628ac4329a/nerfstudio/configs/method_configs.py#L420

atonderski commented 2 months ago

thanks for pointing this out :) fixed