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
676 stars 92 forks source link

No module named 'nets' #31

Open RefDro opened 3 years ago

RefDro commented 3 years ago

Hello i'm facing this error any help ?

File "/Users/Compu/InterHand2.6M/main/model.py", line 11, in from nets.module import BackboneNet, PoseNet ModuleNotFoundError: No module named 'nets'

mks0601 commented 3 years ago

This line will add that module in your system path. It seems you are running this code on Window machine? Maybe you should use different function to add the path to your system path because this repo is developed in Ubuntu.