nerfstudio-project / nerfstudio

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

Nerfstudio not converging after 17000+ steps - scene still blurry #3361

Open desifisker opened 2 months ago

desifisker commented 2 months ago

I've just downloaded nerfstudio and have been trying to get the example of the poster dataset to work. as far as I know, I followed the steps in the documentation to get to this result, but the viewer only shows a blurry scene despite it training for a while. Am I missing something? Screenshot from 2024-08-11 22-23-49

ginazhouhuiwu commented 2 months ago

Have you tried rendering a video and downloading it? (second tab) Can you try that please if you haven't already?

brentyi commented 2 months ago

Depending on your GPU dropping the "Train Util" slider can also help, or pausing training. It looks like the viewer code is only streaming renders of size 26x30 which feels quite small...!

hoanhle commented 2 months ago

@desifisker you're setting max_res = 256 so ofc it's blurry. can you try increasing it?

desifisker commented 2 months ago

@hoanhle I have tried. not sure if im doing it right, but dragging the slider while its training makes absolutely no difference. I know the viewer is supposed to be dynamic, but I have been training the instant-ngp model on poster for an hour now and the scene doesn't move or change, even when I try to navigate with wasd or arrows.

desifisker commented 2 months ago

@brentyi thanks for the feedback, i tried pausing the training and adjusting the util slider but nothing in the viewer changed at all.