jimmyYliu / Animatable-3D-Gaussian

129 stars 6 forks source link

About the file of smpl from the link of google drive you provide #2

Open cuijh26 opened 11 months ago

cuijh26 commented 11 months ago

Hi, it's a great work! I am curious about how to get the smpl file? I have downloaded from website of smpl, and get the *.pkl model, could you tell me have to process them , and get the file like you provide? I am curious about this, looking forward to your reply.

jimmyYliu commented 11 months ago

The original .pkl files required chumpy and the old numpy version to read, so we saved it directly to .txt for convenience. Please refer to the body_models.py of InstantAvatar to read the *.pkl files.