pixelite1201 / BEDLAM

227 stars 18 forks source link

How is smplx2smpl.pkl obtained? #56

Open nehc0 opened 2 months ago

nehc0 commented 2 months ago

In the utils downloaded from here: https://github.com/pixelite1201/BEDLAM/blob/ebf8bb14a43de46cc74dca4c00c13e571b325726/fetch_demo_data.sh#L39 There's a smplx2smpl.pkl file which contains a matrix to linearly regress the smpl vertices from smplx vertices. I wonder how is the matrix obtained. Is it obtained in part of this work or adopted from another work?

personal-coding commented 1 month ago

@nehc0 These are found here - https://smpl-x.is.tue.mpg.de/download.php and https://github.com/vchoutas/smplx/tree/main/transfer_model

image