Skip to content

Commit 829ca7a

Browse files
author
Fangchang Ma
authored
Merge pull request #8 from apple/fix_#7
Clearer doc about the setup of Deep3DFaceRecon_pytorch (#6 and #7)
2 parents c809703 + 1eaa8b5 commit 829ca7a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/TRAIN_EVAL.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,11 @@ conda env create -f deepface_env.yaml # deepface
3333

3434
### Deep3DFaceRecon_pytorch
3535

36-
We made small modifications to the [original repo](https://github.com/sicxu/Deep3DFaceRecon_pytorch/tree/6ba3d22f84bf508f0dde002da8fff277196fef21). Please use [our modified version](https://github.com/Xiaoming-Zhao/Deep3DFaceRecon_pytorch) and follow [the official instruction](https://github.com/Xiaoming-Zhao/Deep3DFaceRecon_pytorch#requirements) to setup the virtual environments and to download the pretrained models. Assume the code repo locates at `Deep3DFaceRecon_PATH`:
36+
**Note: we made small modifications to the original repo. Please use [our modified version](https://github.com/Xiaoming-Zhao/Deep3DFaceRecon_pytorch).** Please follow [the official instruction](https://github.com/Xiaoming-Zhao/Deep3DFaceRecon_pytorch#requirements) to setup the virtual environments and to download the pretrained models. There are two major steps:
37+
1. Install some packages and setup the environment: see [this link](https://github.com/Xiaoming-Zhao/Deep3DFaceRecon_pytorch#installation);
38+
2. Download some data: see [this link](https://github.com/Xiaoming-Zhao/Deep3DFaceRecon_pytorch#prepare-prerequisite-models).
39+
40+
Assume the code repo locates at `Deep3DFaceRecon_PATH`:
3741
```bash
3842
export Deep3DFaceRecon_PATH=/path/to/Deep3DFaceRecon_pytorch
3943
```

0 commit comments

Comments
 (0)