Skip to content

Commit 8bcc513

Browse files
committed
update installation guides
1 parent f9a04ea commit 8bcc513

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

README.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ source $HOME/.virtualenvs/cape/bin/activate
2727
pip install -U pip setuptools
2828
```
2929

30-
- Install [PSBody Mesh package](https://github.com/MPI-IS/mesh). Currently we recommend installing version 0.3.
31-
- Install [smplx python package](https://github.com/vchoutas/smplx).
32-
- Download the [SMPL body model](https://smpl.is.tue.mpg.de/), and place the `.pkl` files for both genders and put them in `/body_models/smpl/`. Follow the [instructions](https://github.com/vchoutas/smplx/blob/master/tools/README.md) to remove the Chumpy objects from both model pkls.
33-
- Then simply run `pip install -r requirements.txt` (do this at last to ensure `numpy==1.16.2`).
30+
- Install [PSBody Mesh package](https://github.com/MPI-IS/mesh/releases/tag/v0.3). Currently we recommend installing version 0.3.
31+
- `pip install -r requirements.txt`
32+
- Download the [SMPL body model](https://smpl.is.tue.mpg.de/) (Note: use the version 1.0.0 with 10 shape PCs), and place the `.pkl` files for both genders and put them in `/body_models/smpl/`. Follow the [instructions](https://github.com/vchoutas/smplx/blob/master/tools/README.md) to remove the Chumpy objects from both model pkls.
33+
- `pip install numpy==1.16.2` (do this at last to ensure `numpy==1.16.2`).
3434

3535
## Quick demo
3636

@@ -144,6 +144,10 @@ If you find our code / paper / data useful to your research, please consider cit
144144

145145
### Related projects
146146

147+
[SCALE (CVPR 2021)](https://qianlim.github.io/SCALE): We use a novel explicit representation --- hundreds of local surface patches -- to model pose-dependent deformation of humans in clothing, including those wearing jackets and skirts!
148+
149+
[SCANimate (CVPR 2021)](https://scanimate.is.tue.mpg.de): Trained on the CAPE dataset, we use implicit functions to build avatars directly from *raw* scans, with pose-dependent clothing deformation, without the need for surface registration or clothing/body template. Check it out!
150+
147151
[CoMA (ECCV 2018)](https://coma.is.tue.mpg.de/): Our (non-conditional) convolutional mesh autoencoder for modeling extreme facial expressions. The codes of the CAPE repository are based on the [repository of CoMA](https://github.com/anuragranj/coma). If you find the code of this repository useful, please consider also citing CoMA.
148152

149153
[ClothCap (SIGGRAPH 2017)](http://clothcap.is.tue.mpg.de/): Our method of capturing and registering clothed humans from 4D scans. The *CAPE dataset* released with our paper incorporates the scans and registrations from ClothCap. Check out our [project website](https://cape.is.tue.mpg.de/dataset) for the data!

requirements.txt

+2-3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@ tqdm
99
gdown
1010
trimesh>=3.6
1111
tensorflow-gpu==1.13.2
12-
numpy==1.16.2
13-
torch>=1.2
14-
smplx==0.1.13
12+
torch==1.2.0
13+
smplx==0.1.13

0 commit comments

Comments
 (0)