iPERDance / iPERCore

Liquid Warping GAN with Attention: A Unified Framework for Human Image Synthesis
https://iperdance.github.io/work/impersonator-plus-plus.html
Apache License 2.0
2.43k stars 316 forks source link

fix the left_right_arm linking bugs #141

Closed StevenLiuWen closed 2 years ago

Burtdoe commented 2 years ago

In -fix the left_right_leg linking bugs still "keyerror 04_left_leg" change: self.left_leg_verts_idx = np.array(self.smpl_part_info['04_left_leg']['vertex']) to: self.left_leg_verts_idx = np.array(self.smpl_part_info['02_left_leg']['vertex']) in line 78