Closed PemasiriAkila closed 1 month ago
The function takes as input v_shaped: Nx6890x3 and joints_smpl: Nx24x3 and outputs the updated mass. For v_shaped and joints_smpl, they are vertex and joint positions produced from the SMPL.
Could you please explain what N represents here?Is it Batch size?
yes, it is batch size
Hi, it appears that the physics information is constant for all the examples (e.g. volumn, mass, inertia, mass_scaling) which are directly read from the physics.pkl. Can you please provide an example of using compute_massinertia, where I assume the mass is updated.