Brent Yi
Brent Yi
The README needs to be cleaned up a little bit, but this is an editable local install: https://packaging.python.org/en/latest/tutorials/installing-packages/#installing-from-a-local-src-tree that specifically includes the extra dependencies used by the examples: https://packaging.python.org/en/latest/tutorials/installing-packages/#installing-extras These...
Hi, sorry for the delayed response! Just got past some deadlines and still catching up on things. Unfortunately this seems like a `nodeenv` issue; I haven't seen it before so...
Hi! You can find it in `CameraControls.tsx`: https://github.com/nerfstudio-project/viser/blob/main/src/viser/client/src/CameraControls.tsx
The latest version of nerfstudio just uses `viser` as a dependency, so if you make a change to `viser` (eg a clone of it that you do an editable install...
Which splat file are you loading? Splats are currently rendering smoothly in Chrome on both my laptop (M1 Mac) and phone (Samsung S21+).
sort timing notes: | # Gaussians | 270K | 1M | |------------|-------|----| | Array.sort | 79ms | 380ms | | JS counting sort | 25ms | 140ms | | C++...
I'm leaning toward closing the PR; it's working, but: - Still clashes with outline effects / `EffectComposer`. - Doesn't sort properly when there are multiple splat files. - Can be...
Hello! A reverse proxy should work here, for example via NGINX: - https://docs.nginx.com/nginx/admin-guide/security-controls/securing-http-traffic-upstream/ - https://www.digitalocean.com/community/tutorials/how-to-configure-nginx-with-ssl-as-a-reverse-proxy-for-jenkins If you also need certificates, Let's Encrypt is popular: https://letsencrypt.org/
Just checking, are you using Nerfstudio? On the `viser` side this seems already quite doable, we could add some buttons that either: - Set the world up direction: https://viser.studio/examples/21_set_up_direction/ -...
This is merged and the majority of kinks are worked out, but it'll be a while before it hits the stable API. If you want to try it you can...