facebookresearch / InterHand2.6M

Official PyTorch implementation of "InterHand2.6M: A Dataset and Baseline for 3D Interacting Hand Pose Estimation from a Single RGB Image", ECCV 2020
Other
675 stars 92 forks source link

core dump #130

Closed HITKJ closed 1 year ago

HITKJ commented 1 year ago
    Maybe reducing the amount of data would work.

Could you add

if len(self.datalist) > 1000:
break

after https://github.com/facebookresearch/InterHand2.6M/blob/2b8061d2c8e762aa6fcb8e6f5d18f8a9e83bfd0c/data/InterHand2.6M/dataset.py#L108

Originally posted by @mks0601 in https://github.com/facebookresearch/InterHand2.6M/issues/102#issuecomment-1048519702