ahmedosman / STAR

ECCV2020 - Official code repository for the paper : STAR - A Sparse Trained Articulated Human Body Regressor
https://star.is.tue.mpg.de
Other
654 stars 95 forks source link

Parameters/ Buffers formats #8

Closed kfarivar closed 3 years ago

kfarivar commented 3 years ago

Hello I wanted to know if there is a documentation on what formats the buffer attributes of the STAR class use ? (e.g. how are the 'faces' stored ? or the 'kintree_table' (I guess giving the position of joints) ? or even the vertices parameter verts). (I want to fit the model to the point cloud of a body using optimization.)

I also wanted to ask why the variable used to fill the buffers is called smpl_model although it is from the config file of a STAR model ?

thank you