Brent Yi

Results 331 comments of Brent Yi

> Are you saying that I transform the position of a Gaussian from the world coordinate system to the camera coordinate system? Then determine whether the Gaussian point of the...

This also seems correct with a more common (in computer vision) intrinsics matrix: ![image](https://github.com/user-attachments/assets/ddf91c49-f4ab-48c9-83c9-95c31f953a07)

Hello! > the image of 100x100 pixels cannot fill the entire screen, yet the rendering result does cover the entire screen. I suspect that the image of 100x100 pixels was...

Hi @KolinGuo, thanks for the issue + example! I just made a PR with a fix. Would you be able to check if it works for you?

I think that's reasonable; just updated the branch! Do you have thoughts on if fields should be overridable if: - `init=False` is set for `field_name` - `default.field_name` raises an AttributeError...

That makes sense. We can just start with the simplest thing for now: - Case 1: value in `tyro.cli(default=...)` → CLI flag - Case 2: value not in `tyro.cli(default=...)` →...

I just checked and this works for me with `04_decorator_subcommands.py`. Can you make sure you have exactly three arguments? For zsh, it should be something like this: ```bash python 04_decorator_subcommands.py...

Hi @stllfe, this is super cool and clean, thanks for sharing! I just add a link from the README. Especially if it's possible to implement this without pydantic, we could...

> Is it possible then to borrow some type/schema validation functionality right from the tyro itself? This seems possible, but actually I don't have a good sense of what needs...

Hello @simeon-ned! Thanks for the nice words, I'm glad the library's working for you! This sounds useful and I'm happy to review, especially if you have time for tests. I...