nerfstudio icon indicating copy to clipboard operation
nerfstudio copied to clipboard

instant-ngp method not work properly

Open yzslab opened this issue 1 year ago • 6 comments

Describe the bug Hi, I used instant-ngp method to train unbounded scenes, but only some "cloud" can be seen after finishing training.

image.png

Here is an video.

To Reproduce Steps to reproduce the behavior:

  1. Use the latest commit of NeRFStudio (df784e9)
  2. Download Family image set from here, then run ns-process-data images ...
  3. Start training: ns-train instant-ngp --data dataset/Family
  4. Open the viewer page, you can see the blurry result and it will become more and more blurry as the iterations increased.

yzslab avatar Feb 09 '23 06:02 yzslab

Can you try training with the nerfacto model to see if you get similar artifacts.

tancik avatar Feb 09 '23 07:02 tancik

Can you try training with the nerfacto model to see if you get similar artifacts.

Hi, the nerfacto model works well, no artifacts.

image.png

yzslab avatar Feb 09 '23 07:02 yzslab

I also observed that old version nerfstudio instant-ngp works well, but the current version does not work on the same capture. You can try 0.1.6.

ksnzh avatar Feb 09 '23 12:02 ksnzh

I also observed that old version nerfstudio instant-ngp works well, but the current version does not work on the same capture. You can try 0.1.6.

Thanks for your advice! I will try it later.

yzslab avatar Feb 09 '23 12:02 yzslab

Could you please try running ingp with nerfstudio-data loader?

jkulhanek avatar Feb 09 '23 13:02 jkulhanek

Could you please try running ingp with nerfstudio-data loader?

Hi, I tried ns-train instant-ngp --data dataset/Family nerfstudio-data just now, it produced the same result that full of artifacts.

yzslab avatar Feb 09 '23 14:02 yzslab