nerfstudio-project / viser

Web-based 3D visualization + Python

Home Page:https://viser.studio/latest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Windows]Unable to open/load webui examples

vishalghor opened this issue · comments

I am trying to run some examples and play with the tool.
I tried the suggested examples in Readme.md i.e 02_gui.py
image
but I get an error as :
image
I tried connecting to http://localhsot:8080 but it resulted in 404.
Kindly suggest what I could be doing wrong

Hi, thanks for filing this issue!

If you have a chance, could you try:

  • Accessing 127.0.0.1:8080 instead of 0.0.0.0:8080, and seeing if something different happens?
  • Installing from either #149 or #171, these both have fixes for Windows, they haven't been merged but could be with more testing.

@brentyi thank you.
I had already added #149 change to _client_autobuild.py and now tried with #171 but that didnt help.
I tried accessing using 127.0.0.1:8080 but that also resulted in 404 error