Caoang327 / HexPlane

Official code for CVPR 2023 Paper, HexPlane: A Fast Representation for Dynamic Scenes
MIT License
242 stars 24 forks source link

Results reproduction on D-NeRF dataset #16

Closed JasonLSC closed 4 months ago

JasonLSC commented 5 months ago

Hi, thank you for your great work. During my attempt to replicate the results on NeRF Synthetic, I encountered misalignment. For example, on the 'mutant' dataset, I could only achieve a PSNR of 31dB on test views, whereas the appendix indicates that HexPlane can reach 33+dB. Any suggestion on hyperparmeter setting to reproduce your results? For now, I set ''model.time_grid_init=38 and model.time_grid_final=149".

Caoang327 commented 4 months ago

That might be too big. Can you try init = 8 and final 16?

JasonLSC commented 4 months ago

Thanks, I will give it a try.