vchoutas / smplify-x

Expressive Body Capture: 3D Hands, Face, and Body from a Single Image
https://smpl-x.is.tue.mpg.de/
Other
1.73k stars 335 forks source link

who meet this? #129

Closed mathpopo closed 3 years ago

mathpopo commented 3 years ago

Obtaining human_body_prior from git+https://github.com/nghorbani/human_body_prior#egg=human_body_prior (from -r ./requirements.txt (line 10)) Updating ./src/human-body-prior clone ERROR: Could not find a version that satisfies the requirement configer>=1.4 (from human-body-prior) ERROR: No matching distribution found for configer>=1.4

mathpopo commented 3 years ago

(smplify-x) chenxin@Nitro-AN515:~/Downloads/smplify-x/configer$ pip list | grep configer configer 1.4.1 (smplify-x) chenxin@Nitro-AN515:~/Downloads/smplify-x/configer$ cd ../ (smplify-x) chenxin@Nitro-AN515:~/Downloads/smplify-x$ ls cfg_files images optional-requirements.txt requirements.txt src configer LICENSE README.md smplifyx (smplify-x) chenxin@Nitro-AN515:~/Downloads/smplify-x$ pip install -r ./requirements.txt Requirement already satisfied: numpy>=1.16.2 in /home/chenxin/anaconda/envs/smplify-x/lib/python3.7/site-packages (from -r ./requirements.txt (line 1)) (1.19.4) Requirement already satisfied: torch>=1.0.1.post2 in /home/chenxin/anaconda/envs/smplify-x/lib/python3.7/site-packages (from -r ./requirements.txt (line 2)) (1.7.1+cu101) Requirement already satisfied: pillow in /home/chenxin/anaconda/envs/smplify-x/lib/python3.7/site-packages (from -r ./requirements.txt (line 7)) (8.0.1) Obtaining human_body_prior from git+https://github.com/nghorbani/human_body_prior#egg=human_body_prior (from -r ./requirements.txt (line 10)) Updating ./src/human-body-prior clone ERROR: Could not find a version that satisfies the requirement configer>=1.4 (from human-body-prior) ERROR: No matching distribution found for configer>=1.4 (smplify-x) chenxin@Nitro-AN515:~/Downloads/smplify-x$

Anirudh257 commented 3 years ago

@mathpopo Install configer==1.4.1 first before installing human-prior and follow the steps carefully on the Github repository.

mathpopo commented 3 years ago

@Anirudh257 OK i will try

md84419 commented 3 years ago

I had the same issue. See #134 for the solution.