EricGuo5513 / HumanML3D

HumanML3D: A large and diverse 3d human motion-language dataset.
MIT License
767 stars 76 forks source link

motion_representation errors #120

Closed CMY-CTO closed 8 months ago

CMY-CTO commented 8 months ago

image Hello! When I tried to process the .ipynb file motion_representation, it couldn't run successfully. I think there's some wrong occurred. Reference the errors' screenshots attached. Thanks in advance!

image

CMY-CTO commented 8 months ago

I guess those npy files, including 009707 and 11059, are not needed for motion_representation? Maybe the original file does size 0 even though I don't think it's possible

CMY-CTO commented 8 months ago
image

I found some fantastic things after searching from the original index.csv file. Only one frame in the 009707 and 11059?!

image
SuperIRabbit commented 8 months ago

Yeah I got similar errors:

Error processing 009707.npy:
cannot reshape array of size 0 into shape (0,newaxis)
Error processing M009707.npy:
cannot reshape array of size 0 into shape (0,newaxis)
Error processing 011059.npy:
cannot reshape array of size 0 into shape (0,newaxis)
Error processing M011059.npy:
cannot reshape array of size 0 into shape (0,newaxis)
EricGuo5513 commented 8 months ago

Hi, there are a few motions only containing less than 1 poses. Just skip them. Actually motions with less than 40 poses will be skipped in the motion data loader (for training models) anyway.

On Fri, Jan 26, 2024 at 3:59 PM Jing Huang @.***> wrote:

Yeah I got similar errors:

Error processing 009707.npy: cannot reshape array of size 0 into shape (0,newaxis) Error processing M009707.npy: cannot reshape array of size 0 into shape (0,newaxis) Error processing 011059.npy: cannot reshape array of size 0 into shape (0,newaxis) Error processing M011059.npy: cannot reshape array of size 0 into shape (0,newaxis)

— Reply to this email directly, view it on GitHub https://github.com/EricGuo5513/HumanML3D/issues/120#issuecomment-1912804380, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKRYNBZPOXOFOECEFLJRRW3YQQYOFAVCNFSM6AAAAABCLYSP3WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMJSHAYDIMZYGA . You are receiving this because you are subscribed to this thread.Message ID: @.***>