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
{{ message }}
This repository was archived by the owner on Jul 18, 2024. It is now read-only.
I was looking at the paper and in that it was mentioned that the step S0 does not have any bones and we start with a sphere.
When I looked at the template.sh file
here it looks like the bones are initialized to 21 (B=20). I am slightly confused if we call this the step S0 because at the start we should set it to 1 (B=0). (A general trend I observed was n_faces did not align with the n_bones)
I am not sure if I am missing something here. I would really appreciate if you could help with this.
Thank you!
Hi Gengshan,
I was looking at the paper and in that it was mentioned that the step S0 does not have any bones and we start with a sphere.
When I looked at the template.sh file
here it looks like the bones are initialized to 21 (B=20). I am slightly confused if we call this the step S0 because at the start we should set it to 1 (B=0). (A general trend I observed was n_faces did not align with the n_bones)
I am not sure if I am missing something here. I would really appreciate if you could help with this.
Thank you!