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

Question: command for evaluation #51

Closed chenyuntc closed 2 months ago

chenyuntc commented 2 months ago

Hi folks, thank you for the open-source. I'm currently training a neurad model on the pandaset dataset using the following command:

python nerfstudio/scripts/train.py neurad pandaset-data                                                                                                                                             

The training seems finished now.

Could someone guide me on how to evaluate this model on validation frames and compute the relevant metrics? What commands/steps should I follow after training?

Thanks in advance for your help!

chenyuntc commented 2 months ago

NVM, I found it

python nerfstudio/scripts/render.py dataset --load-config=outputs/unnamed/neurad/2024-09-10_165500/config.yml --calculate-and-save-metrics=True