Brent Yi

Results 331 comments of Brent Yi

Hello! There's unfortunately no way to do this right now; the functionality of the scene tree table is pretty limited. I would entertain a PR for triggering the click event...

Hi, thanks for filing this issue! Unfortunately lighting control is very limited right now. Some possible short-term fixes: - Re-orienting your model could help! - Something like `server.set_up_direction("+y")` can also...

So I think there are two high-level options for what happens we call `.set_scale()`: 1. Track the scale entirely on the `viser` server side in Python. After `.set_scale()` is called,...

@akansjain assigned you! Sorry for the late reply!

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...

This is because nerfstudio uses the Blender / OpenGL convention, but gsplat uses OpenCV!

Hi @jedie! This unfortunately doesn't exist, and unless we decide to extend the tyro API you'd have to write a utility yourself. But for the basic functionality, yes, it'd just...

Thanks @jedie! I had also implemented an helper that I hadn't pushed/committed. If you have a moment for feedback / suggestions I just put that version in #169.

Hello! The reason for this is that Nerfstudio types are often wrapped with `tyro.conf.FlagConversionOff[]`: https://github.com/search?q=repo%3Anerfstudio-project%2Fnerfstudio%20flagconversionoff&type=code See here for an example: https://brentyi.github.io/tyro/examples/04_additional/07_conf/ Docs: https://brentyi.github.io/tyro/api/tyro/conf/#tyro.conf.FlagConversionOff