1
- ## 3D Face visualization
1
+ ## 3D Face Visualization
2
2
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.
4
4
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 :
6
6
7
7
``` bash
8
- git clone https://github.com/Winfredy /SadTalker.git
8
+ git clone https://github.com/OpenTalker /SadTalker.git
9
9
cd SadTalker
10
10
conda create -n sadtalker3d python=3.8
11
11
source activate sadtalker3d
@@ -28,10 +28,9 @@ pip install git+https://github.com/TencentARC/GFPGAN
28
28
# ## when occurs gcc version problem `from pytorch import _C` from pytorch3d, add the anaconda path to LD_LIBRARY_PATH
29
29
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH :/$YOUR_ANACONDA_PATH /lib/
30
30
31
- ```
31
+ ```
32
32
33
-
34
- Then, generating the result via:
33
+ Then, generate the result via:
35
34
36
35
``` bash
37
36
@@ -43,6 +42,6 @@ python inference.py --driven_audio <audio.wav> \
43
42
44
43
```
45
44
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 ` .
47
46
48
- More applications about 3d face will be released.
47
+ More applications about 3D face rendering will be released soon .
0 commit comments