TerenceCYJ / S2HAND

Model-based 3D Hand Reconstruction via Self-Supervised Learning, CVPR2021
104 stars 13 forks source link

pytorch 1.1 torchvision 0.3.0, Cant run this code. #18

Closed Greyman-Seu closed 2 years ago

Greyman-Seu commented 2 years ago

error: zip argument #1 must support iteration code execution error when forward outout["render"]

env: ubuntu16, python3.6, torch 1.1.0 torchvision 0.3.0

zhanpengxin commented 2 years ago

I met the same issue. How did you sovle it?