You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, thx for sharing your code, I got some issues about calculate ManoLayer's jacobian matrix in my project.
I use pytorch official api to get ManoLayer's jacobian but it takes too much time, about 0.2s each sample 1 Nvidia RTX 3090
Here is my code:
btw,
I only calculate joints' jacobian matrix, if add verts' jacobian matrix, it cost a larger time.
Is there any way to get jacobian more efficient?
How could I get ManoLayer's analytical differential expression?
The text was updated successfully, but these errors were encountered:
Sorry for the late answer !
Computing vertices and joints in mano is done jointly and it is not easy (if even feasible) to reduce the code only to joint computations.
So unfortunately at this time no good solution for speeding up the computations comes to mind !
Hello, thx for sharing your code, I got some issues about calculate ManoLayer's jacobian matrix in my project.
I use pytorch official api to get ManoLayer's jacobian but it takes too much time, about 0.2s each sample 1 Nvidia RTX 3090
Here is my code:
btw,
I only calculate joints' jacobian matrix, if add verts' jacobian matrix, it cost a larger time.
Is there any way to get jacobian more efficient?
How could I get ManoLayer's analytical differential expression?
The text was updated successfully, but these errors were encountered: