nerfstudio-project / nerfstudio

A collaboration friendly studio for NeRFs
https://docs.nerf.studio
Apache License 2.0
8.87k stars 1.18k forks source link

ns-render BUG #3260

Open JuliusQv opened 3 days ago

JuliusQv commented 3 days ago

Describe the bug

When i use the following command ns-render dataset --load-config ns_outputs/ori_splatfacto_do_dencify_distorted/splatfacto/2024-06-18_113728/config.yml --image-format png --split train+test --rendered-output-names rgb gt-rgb

for rendering images and comparing with GT.

And what I found was that there was a growing gap between the rendered view along the trajectory and the GT view.

image

The same goes for the ns-render camera-path command.

maturk commented 1 day ago

That looks quite strange, it seems that the frame names and poses are getting mixed up somehow. What happens if you only render test or train images, not both train+test.