VISION-SJTU / Lightning-NeRF

[ICRA 2024] Lightning NeRF: Efficient Hybrid Scene Representation for Autonomous Driving
MIT License
97 stars 6 forks source link

Renderer Output #6

Open atharvahude opened 2 months ago

atharvahude commented 2 months ago

Hello, I've managed to train the lighting nerf on one of the sequences. However, I'm uncertain if the output visualized in Nerf Studio is what's expected. Could you please confirm and share some screenshots of the output for refrence?

My Screenshots: WhatsApp Image 2024-04-13 at 9 20 55 PM WhatsApp Image 2024-04-13 at 9 20 41 PM

XJay18 commented 2 months ago

Hi, I think you're on the right track. However, you should set Output Render to rgb in the right panel to see the rendered images. Once the training progress is finished, you can run the command

ns-viewer --load-config {path/to/config.yml}

to reactivate the viewer to see the rendered results.