Closed sirius777coder closed 1 year ago
Hello. This does indeed compute the exponential map from the tangent space at R0 to SO(3). Tangent vectors of SO(3) are represented as 3x3 matrices and so have two dimensions. Does that answer the question?
Great! Your assistance has been incredibly helpful.
HI,
It is excellent work to implement this series of so3 diffusion codes. I'm curious about one function in the SO3_diffusion_example.ipynb notebook below:
This function seems to do an exponential map from tangent space to SO(3). What is the meaning of the input "tangent" tensor? If it refers to a tangent vector of the R0 tangent space, why the shape of this vector in two dimensions is i and k?