yanx27 / EverybodyDanceNow_reproduce_pytorch

Everybody dance now reproduced in pytorch
MIT License
605 stars 174 forks source link

IndexError: index 0 is out of bounds for axis 0 with size 0 #73

Open Keneyr opened 4 years ago

Keneyr commented 4 years ago

normalization.py:

head_x, height = linspace1[list(any1)][0], len(linspace1[list(any1)])

IndexError: index 0 is out of bounds for axis 0 with size 0

ZJ9527 commented 4 years ago

I have the same question as you,have you maken it?