You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Download checkpoints trained with bilinear topology and dlib models (for re-id evaluation):
cd ckpt
gdown 1Zey3u9B-NQU5ltEsyCDJShdwz9RInfE8 # Novel facial expression synthesis model
gdown 1o0qbl-nGUn1_vfMrV31re7do6LFV4WN8 # Novel view synthesis modelcd ../assets/
mkdir dlib
cd dlib
wget https://github.com/justadudewhohacks/face-recognition.js-models/raw/master/models/shape_predictor_5_face_landmarks.dat
wget https://github.com/justadudewhohacks/face-recognition.js-models/raw/master/models/dlib_face_recognition_resnet_model_v1.dat
cd ../..
conda activate morphable_diffusion
pip install dlib==19.21.0
2. Generate all views of FaceScape test subjects. $DATA_DIR is the path of the preprocessed FaceScape data and $MODE is either "nes" (novel facial expression synthesis) or "nvs" (novel view synthesis).