File size: 247 Bytes
c626b55 | 1 2 3 4 | OPENFACE_POSE_EXTRACTOR_PATH = "/content/one-shot-talking-face/OpenFace/FeatureExtraction"
GENERATOR_CKPT = "/content/one-shot-talking-face/checkpoints/generator.ckpt"
AUDIO2POSE_CKPT = "/content/one-shot-talking-face/checkpoints/audio2pose.ckpt"
|