Lakonik / SSDNeRF

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

UNet design, aggregation of triplane information, and NeRF decoder design #3

Closed Friedrich-M closed 1 year ago

Friedrich-M commented 1 year ago

I have read your paper on SSDNeRF and found it very interesting. I have a few questions about the implementation details that I could not find in the main text or supplementary materials. I would greatly appreciate it if you could provide some clarification.

Could you please explain how the denoising network UNet is designed in your approach? Is it a traditional 2D Unet architecture?

How do you aggregate the information from the three planes in the triplane during your approach, while ensuring that the network is 3D-aware?

Could you provide more information on how the NeRF decoder is designed and implemented? If possible, sharing some relevant code snippets would be very helpful.

Thank you for your time and effort in addressing these questions. I am looking forward to learning more about your work and its underlying techniques.

Lakonik commented 1 year ago

Thank you for your interest in our work!

Friedrich-M commented 1 year ago

Your answers are really helpful. Thank you for your expertise and time!