nerfstudio-project / viser

Web-based 3D visualization + Python
https://viser.studio/latest
Apache License 2.0
596 stars 31 forks source link

See nothing when open `http://localhost:8080` #182

Closed RayYoh closed 3 months ago

RayYoh commented 3 months ago

Hello, authors, thanks for your great work.

After I follow the Installation step, there is nothing when I open my browser. image

The code is running well on my server, image

BTW, what is the meaning of

# Run an example.
pip install -e .[examples]
RayYoh commented 3 months ago

Everything goes well if I change localhost to my server's IP.

brentyi commented 3 months ago

Hi @RayYoh!

If you're on an SSH connection, you can also forward the port like this: https://docs.nerf.studio/quickstart/viewer_quickstart.html#accessing-over-an-ssh-connection

RayYoh commented 3 months ago

Hi @RayYoh!

If you're on an SSH connection, you can also forward the port like this: https://docs.nerf.studio/quickstart/viewer_quickstart.html#accessing-over-an-ssh-connection

Got that. Thanks for your kind reminder.