Lihan Jiang

Results 5 issues of Lihan Jiang

Hi~thanks for your excellent work. But when I try to test Ha-NeRF on blender lego dataset, I find the PSNR only reaches 19, but nerf-w PSNR reaches 28. I'm not...

hi~I use my own synethtic data to train ngp_pl,but unfortunately, I suddenly encountered an error here, can you help me solve it?

Hi~ I wonder know whether rawnerf only supports forward-facing scenes. Because I use my own data to train rawnerf and modify near/far, pre_rays and etc, but unfortunately, the results are...

Hi~ Thanks for your excellent work! But when I read the open source code, I find it does not match the description in the paper, e.g. first train the disentangled...

hi~thanks for your excellent work! When I use zipnerf-pytorch repo to train refnerf, I find an error: internal/models line 499: raw_grad_density = torch.autograd.grad( outputs=raw_density, inputs=means, grad_outputs=d_output, create_graph=True, retain_graph=True, only_inputs=True)[0] RuntimeError:...