nerfstudio-project / viser

Web-based 3D visualization + Python

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible for opening viser on Colab?

buaacyw opened this issue · comments

Thanks for your work! Without your nice work we can't make the WebUI of our recent work.
I'm trying to build a Colab for my work. Do you think it's possible to open viser on Colab?

Congrats on releasing GaussianEditor! It's impressive work. 🙂

It's still experimental, but for Colab you can try:

server = viser.ViserServer(share=True)

This will print a public URL that you can access the viser instance at. Traffic is tunneled through an AWS instance we have running (at us-west-2), so you'll likely see some extra latency.

Thanks! That's nice!

FYI: in 0.1.13 this is now done by a separate function, server.request_share_url().