vchoutas / smplx

SMPL-X
https://smpl-x.is.tue.mpg.de/
Other
1.73k stars 301 forks source link

Fixed bug in output pkl when batch_size is larger than 1 #193

Open LeyangWen opened 2 months ago

LeyangWen commented 2 months ago

As described in issue #190, when batch_size is set to larger than 1, the same pkl file will be written multiple times. In the subsequent merge step, the resulting merged file will have frame_no*batch_size number of frames.