DmitrMakeev commited on
Commit
4f437c9
1 Parent(s): d95dd83

Upload 2 files

Browse files
.ipynb_checkpoints/config-checkpoint.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ OPENFACE_POSE_EXTRACTOR_PATH = "/content/one-shot-talking-face/OpenFace/FeatureExtraction"
2
+ GENERATOR_CKPT = "/content/one-shot-talking-face/checkpoints/generator.ckpt"
3
+ AUDIO2POSE_CKPT = "/content/one-shot-talking-face/checkpoints/audio2pose.ckpt"
.ipynb_checkpoints/requirements-checkpoint.txt ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ scikit-image
2
+ python_speech_features
3
+ pyworld
4
+ pyyaml
5
+ imageio
6
+ scipy
7
+ pyworld
8
+ opencv-python