Closed chenyuntc closed 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!
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
Hi folks, thank you for the open-source. I'm currently training a neurad model on the pandaset dataset using the following command:
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!