Lakonik / SSDNeRF

[ICCV 2023] Single-Stage Diffusion NeRF
https://lakonik.github.io/ssdnerf/
MIT License
432 stars 23 forks source link

Question about triplane visualization. #10

Closed pansanity666 closed 1 year ago

pansanity666 commented 1 year ago

Hi Hansheng,

How did you get the triplane visualization shown in the paper?

Best,

Lakonik commented 1 year ago

Hi! The visualizations will be automatically saved in work_dirs/<cfg name>/viz_* if you run the training or testing script. Alternatively, you can also use the save code button in SSDNeRF GUI to visualize the triplanes.

pansanity666 commented 1 year ago

Hi! The visualizations will be automatically saved in work_dirs/<cfg name>/viz_* if you run the training or testing script. Alternatively, you can also use the save code button in SSDNeRF GUI to visualize the triplanes.

Thanks, I will try it!