nerfstudio icon indicating copy to clipboard operation
nerfstudio copied to clipboard

ns-render BUG

Open JuliusQv opened this issue 1 year ago • 1 comments

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.

JuliusQv avatar Jun 26 '24 09:06 JuliusQv

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.

maturk avatar Jun 28 '24 09:06 maturk