brentyi / jaxlie

Rigid transforms + Lie groups in JAX
MIT License
226 stars 15 forks source link

Lie theory reference #14

Closed mjo22 closed 9 months ago

mjo22 commented 9 months ago

Hello! I have been using jaxlie for a project. It is a great package, thank you for writing it! I’d like to understand the theory better in jaxlie.manifold. Could you link a reference for this? In my problem, I am imaging some 3D model and I would like to use autograd to find the correct rigid body rotation of the model that generated the data.

brentyi commented 9 months ago

Hi, thanks for the nice words!

I unfortunately don't have a single definitive reference to provide; given how universal some of the underlying ideas are, there are also unfortunately a lot of overloaded + redundant terms for the same things.

But here are some resources I like!

mjo22 commented 9 months ago

Thank you for sending these references! This is very helpful.