ChanglongJiangGit / A2J-Transformer

[CVPR 2023] Code for paper 'A2J-Transformer: Anchor-to-Joint Transformer Network for 3D Interacting Hand Pose Estimation from a Single RGB Image'
Apache License 2.0
85 stars 7 forks source link

Incomprehensible error #13

Open Che1224 opened 1 year ago

Che1224 commented 1 year ago

When I compile the make.sh script, I get an error "ModuleNotFoundError: No module named 'torch' ", but my virtual environment has already installed pytorch. Why is there such an error?

ChanglongJiangGit commented 11 months ago

Hello, have you solved it? This kind of error is usually caused by pytorch not being installed properly. You can search for tutorials on the Internet to solve the problem.