Closed yqrzzz closed 1 year ago
Hi, thank you for sharing great work. I have successfully run the segment code and placed the pre-trained model in the correct location.But when I run the command './handavatar/scripts/run_hand.sh' to get the result, I get an error saying 'No module named 'leap.tools'. Could you help me solve this problem? Thank you!
This repository might help you.
This worked for me! I think this should be added as a requirement to the README too.
Can you elaborate how exactly you solved this? I'm getting an error regarding from .mise import MISE ModuleNotFoundeError: No module named leap.tools.libmise.mise
I just installed the leap package from that repo.
Hi, thank you for sharing great work. I have successfully run the segment code and placed the pre-trained model in the correct location.But when I run the command './handavatar/scripts/run_hand.sh' to get the result, I get an error saying 'No module named 'leap.tools'. Could you help me solve this problem? Thank you!