nerfstudio-project / nerfstudio

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

blank viewer in local windows machine when training #3407

Open EverNorif opened 2 weeks ago

EverNorif commented 2 weeks ago

Hello everyone,I‘m runing nerfstudio fllowing the document. When I run ns-train with default viewer, I can't see anything in localhost:7007, just like the following picture. Running script is ns-train nerfacto --data data/nerfstudio/poster.

1

But training with legacy viewer works. The running script is ns-train nerfacto --data data/nerfstudio/poster --vis viewer_legacy.

2

I don't know what went wrong, do you have any idea? Thanks.

Tavish9 commented 1 week ago

Hello everyone,I‘m runing nerfstudio fllowing the document. When I run ns-train with default viewer, I can't see anything in localhost:7007, just like the following picture. Running script is ns-train nerfacto --data data/nerfstudio/poster.

1

But training with legacy viewer works. The running script is ns-train nerfacto --data data/nerfstudio/poster --vis viewer_legacy.

2

I don't know what went wrong, do you have any idea? Thanks.

what's your nerfstudio version? The viewer upgraded when switching from v0.3.4 to v1.0.0. Also, check that yarn and npm are successfully installed.