KAIST-Visual-AI-Group / PDS

Official Implementation of Posterior Distillation Sampling
73 stars 5 forks source link

About Two Implementation Methods #6

Closed jly0810 closed 2 months ago

jly0810 commented 4 months ago

Your work provides two implementations based on nerf and 3DGS. Is there a difference in the effectiveness of these two methods? Which effect is better? What method was used to implement the results provided in your project webpage and paper?

63days commented 2 months ago

Hi, jiy0810,

Thanks for your interest in our work.

We have observed that the editing outputs of PDS on both NeRF and 3DGS are quite similar, with both producing decent results. However, as 3DGS has fewer parameters, it offers faster runtime and reduced memory usage.

Unless we specifically mention that the results are from 3DGS, the results shown on our project webpage and in the paper are from NeRF.

Thanks, Juil Koo