Open dongwoonhyun opened 5 months ago
Hi @dongwoonhyun, thanks for the suggestion! Glad the library is useful.
Sure, I'm happy to support this. Do you have time for a PR? At a glance the implementation you wrote looks good to me, only suggestions are:
typing_extensions.Self
for the output.
Hi Brent,
Thanks for the fantastic library. We're finding it very helpful in our ultrasound imaging research. The updated batch axes handling is great for our use case and solves the issues I was trying to hack around in a fork.
Another feature that would be nice is slicing into the batch axes of a
MatrixLieGroup
object.For instance,
It's a minor thing, but it would improve our ergonomics a lot (e.g., inspecting the pose of an individual sensor in a large array). I think the following code snippet should add that functionality to
MatrixLieGroup
:What do you think?