SeanChenxy / HandAvatar

MIT License
59 stars 4 forks source link

About leap.tool #1

Closed yqrzzz closed 1 year ago

yqrzzz commented 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!

zxz267 commented 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.

relh commented 1 year ago

This worked for me! I think this should be added as a requirement to the README too.

therealron commented 1 year ago

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

relh commented 1 year ago

I just installed the leap package from that repo.