Brent Yi

Results 331 comments of Brent Yi

> Also i notice that is similar to point cloud behavior, e.g. you can update field `.colors` only with new buffer > But is it good for update large scene?...

Similarly, can we just set `antialias=True` in `torch.nn.functional.interpolate()`?

> Have you tried the latest version of gsplat? The gsplat==1.0.0 was having some compatible issues with nerfstudio, which we have fixed in the latest version Nerfstudio is currently still...

But it looks like this issue may be for `splatfacto-w`? Perhaps this same change https://github.com/nerfstudio-project/nerfstudio/pull/3296 needs to be applied there? cc @KevinXu02

Hi Preston! This is fine with me. Do you have time for a PR? Maybe if `awscli` isn't installed and `ns-download-data` is run for Eyeful Tower we can just print...

> For example, my project doesn't use Eyeful, but having `awscli-v2` in the `nerfstudio` dependencies will prevent anyone on my team from using v1. Yeah, given this and the fact...

Hello! Yeah, unfortunately this just seems like a bug in the frustum math on your end. Maybe double-check that you're using the camera rotation correctly when you compute the frustum...

Makes sense! Yeah, the rotation is stored as a quaternion here: https://viser.studio/latest/camera_handles/#viser.CameraHandle.wxyz

Okay interesting! Instead of trying to rotate the frustum into the world frame, for me it's easier to visualize leaving the frustum at the camera frame origin but then transform...