HHOR icon indicating copy to clipboard operation
HHOR copied to clipboard

ModuleNotFoundError: No module named 'easymocap'

Open anilesec opened this issue 2 years ago • 9 comments

Hi @dihuangdh

I am trying to run the demo you provided

When I run "sh apps/3_background_matting.sh", I get "easymocap" missing error

More information below: python tools/preprocess_mask.py /scratch/2/user/aswamy/projects/hhor_evaluation/HHOR/data/DEMO_OUT/3_Giuliano Traceback (most recent call last): File "tools/preprocess_mask.py", line 14, in from easymocap.mytools.camera_utils import read_camera ModuleNotFoundError: No module named 'easymocap'

anilesec avatar Feb 09 '23 13:02 anilesec

Hi @anilesec ,

The easymocap part has not been released yet.

It seems that besides the hand tracking module, some other modules also depend on easymocap. I will upload some easymocap functions and fix your problem tomorrow.

dihuangdh avatar Feb 09 '23 13:02 dihuangdh

Thanks @dihuangdh

Yes, all steps from step3 are dependent on easymocap. I would be keenly waiting to run this demo as i have planned to test your impressive and cool method on more captured sequences.

Thanks in advance!

anilesec avatar Feb 09 '23 13:02 anilesec

Hi @anilesec ,

I checked all the easymocap dependencies in the current library, it only uses two functions of easymocap: easymocap.mytools and easymocap.smplmodel.

Both of them can be fulfilled by installing the public version of EasyMocap.

dihuangdh avatar Feb 10 '23 14:02 dihuangdh

Thanks @dihuangdh for a suggested workaround. It works! Training is going on for the demo video.

However, as I mentioned before I would like to test this method on the captured video. Therefore, is it possible to provide the missing part(Hand tracking code)? If its not possible to release it officially, could you please release it unofficially, just for testing purposes? Thank you!

anilesec avatar Feb 13 '23 14:02 anilesec

Hi, @anilesec we wish to release the hand-tracking part as soon as possible. Unfortunately, since the private version of EasyMocap is related to some commercial usage, there is still some work to do for releasing the next public version of EasyMocap. Stay tuned, we hope it can be done this month or next month.

dihuangdh avatar Feb 15 '23 11:02 dihuangdh

Hi, thanks a lot for the cool project! What's the status on releasing the hand-tracking code?

I would like to use your method in my own research project, but as far as I can tell, without the hand-tracking code, it's currently not possible to use this method on own data and therefore it can't be used for downstream applications / research. This is a pity in my opinion.

Looking forward to your response and again thanks a lot for your contribution to the community.

redgreenblue3 avatar Jun 08 '23 20:06 redgreenblue3

Thanks for your interest in our project. @redgreenblue3

The code will be released no late than Jun 18. Qing and I are working on it.

I am so sorry for the delay of the hand-tracking code release.

dihuangdh avatar Jun 15 '23 06:06 dihuangdh

The hand tracking code is released here: https://chingswy.github.io/easymocap-public-doc/develop/03_fitsmpl_monocular.html#fit-mano-to-fixed-hand-pose

dihuangdh avatar Jun 19 '23 12:06 dihuangdh

Thank you so much, that's awesome! It really goes a long way.

redgreenblue3 avatar Jun 19 '23 14:06 redgreenblue3