mks0601 / Hand4Whole_RELEASE

Official PyTorch implementation of "Accurate 3D Hand Pose Estimation for Whole-Body 3D Human Mesh Estimation", CVPRW 2022 (Oral.)
MIT License
315 stars 31 forks source link

"corrupted size vs. prev_size (core dumped)" when training with InterHand26M #48

Closed linjing7 closed 2 years ago

linjing7 commented 2 years ago

Hi, thanks for your excellent work. When I train with InterHand26M dataset, a memory problem occurs: corrupted size vs. prev_size (core dumped). Could you please tell me how to fix it?

mks0601 commented 2 years ago

I edited this line: https://github.com/mks0601/Hand4Whole_RELEASE/blob/491da3048506d28ab274989c4a6c04fa8b1eae83/data/InterHand26M/InterHand26M.py#L122 I guess this line might causes the memory leak. Could you try again?

linjing7 commented 2 years ago

Hi, the problem is solved with your advice. Thank you very much!