ZhengZerong / im2smpl

Predicts a SMPL model given a RGB image using clues from HMR, Simplify, AlphaPose, etc.
Other
82 stars 19 forks source link

Alphapose/human-detection ???? #1

Open betogulliver opened 4 years ago

betogulliver commented 4 years ago

I'm trying to use Alphapose to reproduce the result in 'im2smpl' https://github.com/ZhengZerong/im2smpl

However, it seems 'im2smpl' is using and 'old' version of Alphapose. 'imp2spml' which includes the Alphapose/human-detection directory

I could not find here in github any previous version of Alphapose that has 'Alphapose/human-detection' directory structure.

However, I have found this 'previous???' versior of Alphapose

     https://gitee.com/jempson/AlphaPose/

that contains the diretory 'Alphapose/human-detection' as required by 'im2smpl'.

However I have problems, getting './AlphaPose/run.sh' to run (problems with 'th ....')

Since that version seems to be not maintained anymore I wonder if anybody here could point me to the right direction or what to do next.

Any/all help appreciate it.

ZhengZerong commented 4 years ago

Hi, It seems that the author of AlphaPose renewed the master branch. I just checked the AlphaPose repository and I found the corresponding code we used is probably at the 'pytorch' branch. I will update the setup guide in a few days. Thanks.

betogulliver commented 4 years ago

thanks for your prompt reply. Much appreciated!

I tried the following commint as per your suggestion but I could not find the 'human-detection' in the source directory.

https://github.com/MVIG-SJTU/AlphaPose/tree/af598c0c3b81f5113da7d03858002be0a91276c8

I'll try to look for other commits and see if I can find the one I need for 'im2smpl'.

If you happen to find it first please let me know.

thanks again

ZhengZerong commented 4 years ago

Hi, I have uploaded a correct version of AlphaPose to my own github account and updated the readme. Please check it out.

shuxuzhipeng commented 3 years ago

Hello , can we run it on windows 10?