Brent Yi
Brent Yi
Hi, thanks for the issue! What's the desired configuration / behavior you have in mind? Does appending the virtual environment to your `PATH` variable solve this, eg via `let $PATH...
Ok! I'm still trying to figure out what the logic is for selecting which `isort` executable to use that would result in the behavior you want. Do you have an...
+1 I'm also running into this! It would also be nice if we set `visible={false}` on a parent for the `` component to not render.
@yklcs this is cool work, are you planning to implement a full training pipeline in JAX? This is something I'm very curious about, especially because `splatfacto` currently relies a lot...
Yeah, it's an interesting problem! It seems hard to make this useful without JIT. For making the shape static, could a `MAX_INTERSECTS` or `MAX_AVG_INTERSECTS_PER_GAUSSIAN` constant be good enough? If the...
Thanks! Looks reasonable overall, my main concern is the private `jaxtyping` imports. I assume there's no way to get around this?
Okay, makes sense! It's definitely not ideal but having support for `jaxtyping` here seems useful enough to warrant it. I like how we don't have to worry about import hooks...
Thanks! I've also been following Equinox; definitely the "how to build pytrees" + tooling compatibility landscapes have improved quite a bit since I started `jax_dataclasses` in ~late 2020. For now...
For rendering the scene, maybe you can work backward from here? https://github.com/nerfstudio-project/nerfstudio/blob/dd811f58bce4dd56a75147c63218eb190fc8143c/nerfstudio/scripts/render.py#L195-L198
This makes sense to me! Do you have time for a PR? I can also take a stab at it at some point if you don't, it might just take...