Skip to content

Commit 0fdd114

Browse files
authored
Update face3d.md
1 parent e4bcb0b commit 0fdd114

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

docs/face3d.md

+8-9
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
## 3D Face visualization
1+
## 3D Face Visualization
22

3-
We use pytorch3d to visualize the produced 3d face from a single image.
3+
We use `pytorch3d` to visualize the 3D faces from a single image.
44

5-
Since it is not easy to install, we produce a new install guidence here:
5+
The requirements for 3D visualization are difficult to install, so here's a tutorial:
66

77
```bash
8-
git clone https://github.com/Winfredy/SadTalker.git
8+
git clone https://github.com/OpenTalker/SadTalker.git
99
cd SadTalker
1010
conda create -n sadtalker3d python=3.8
1111
source activate sadtalker3d
@@ -28,10 +28,9 @@ pip install git+https://github.com/TencentARC/GFPGAN
2828
### when occurs gcc version problem `from pytorch import _C` from pytorch3d, add the anaconda path to LD_LIBRARY_PATH
2929
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/$YOUR_ANACONDA_PATH/lib/
3030

31-
```
31+
```
3232

33-
34-
Then, generating the result via:
33+
Then, generate the result via:
3534

3635
```bash
3736

@@ -43,6 +42,6 @@ python inference.py --driven_audio <audio.wav> \
4342

4443
```
4544

46-
Then, the results will be given in the folders with the file name of `face3d.mp4`.
45+
The results will appear, named `face3d.mp4`.
4746

48-
More applications about 3d face will be released.
47+
More applications about 3D face rendering will be released soon.

0 commit comments

Comments
 (0)