Brent Yi

Results 331 comments of Brent Yi

Hi Michael, thanks again for the nice words! There are no new features planned, but I'm planning to support `jaxlie` indefinitely. I'm also using both this JAX version and ports...

Hi sorry for the late reply, this got buried by holiday things... Yeah, I don't have plans to implement #7. This would be a breaking API change, the ergonomics of...

> Any updates on this PR? I tried to use ViewerRectSelect instead of ViewerDragbox and I can't get the right bounds Given this diff from Discord: https://www.diffchecker.com/N9KpBfmc/ One thing to...

I just learned about `pixi` through this, cool work @pablovela5620 @maturk! One question: the version string in the `pixi.toml` now looks out-of-date relative to the `pyproject.toml` one. Should the match?...

I've also been following `jaxtyping` and wouldn't be opposed to deprecating the shape annotation syntax and standardizing on theirs! Observations on my end: - I haven't verified myself but for...

Looking forward to it, thanks @lucagrementieri!

Is the plan to cross-compile parts of the firmware and run tests locally? I don't know much about the options for test frameworks but have been using gtest and it's...

Cool! It seems like there are a lot of things here that could be used to improve the Nerfstudio / viewer beta render panel. As an initial thought: existing GUI...

Thanks @jkulhanek! Yeah, when the slider is moved what we currently have is something like: - [client -> **server**] GUI update message (triggers GUI update callback) - [**server** -> client]...

Hi! I did start an implementation for a camera-centric toggle in this branch: https://github.com/nerfstudio-project/viser/tree/brent/camera_centric_mode But unfortunately it needs work to get running. We're currently using an off-the-shelf [CameraControls](https://github.com/pmndrs/drei?tab=readme-ov-file#cameracontrols) component for...