Shimingyi / MotioNet

A deep neural network that directly reconstructs the motion of a 3D human skeleton from monocular video [ToG 2020]
https://rubbly.cn/publications/motioNet/
BSD 2-Clause "Simplified" License
554 stars 82 forks source link

wild_gt_tcc.pth error #23

Closed guker closed 3 years ago

guker commented 3 years ago
python evaluate.py -r ./checkpoints/wild_gt_tcc.pth -i demo

RuntimeError: ./checkpoints/wild_gt_tcc.pth is a zip archive (did you mean to use torch.jit.load()?)

Shimingyi commented 3 years ago

Hi @guker , what's your pytorch version? Storing checkpoint with zip is a new feature for pytorch>=1.6 so I will suggest to update it.

guker commented 3 years ago

Hi @guker , what's your pytorch version? Storing checkpoint with zip is a new feature for pytorch>=1.6 so I will suggest to update it.

so i should update pytorch version >=1.6?

Shimingyi commented 3 years ago

Hi @guker , what's your pytorch version? Storing checkpoint with zip is a new feature for pytorch>=1.6 so I will suggest to update it.

so i should update pytorch version >=1.6?

Yes