SAFA icon indicating copy to clipboard operation
SAFA copied to clipboard

Official Pytorch Implementation of 3DV2021 paper: SAFA: Structure Aware Face Animation.

Results 17 SAFA issues
Sort by recently updated
recently updated
newest added

Prior to generating the output video, I would like to log the normal maps for each frame, if possible. I see that normal maps are being generated in the tdmm_estimator...

When I execute the following code, I had the bellow error. How we execute the "animation_demo.py" without error? ! python animation_demo.py --config config/end2end.yaml --checkpoint path/to/checkpoint --source_image_pth path/to/source_image --driving_video_pth path/to/driving_video --relative...

Hello,I'd like to ask if I can use picture as driving_input instead of video to obtain the output results of pictures.

Hello. I love your great work. I have a question. When I tried to pre-train 3DMM estimator, I found 'param loss' (the line 305 in model.py) https://github.com/Qiulin-W/SAFA/blob/189856a0cb94bf744c8f333658fa84ec5ce21609/modules/model.py#L305 But, I couldn't...

I have tested some data collected by myself. the results are terrible. could you provide some test data showed in your readme?

Did maybe somebody got SAFA running with a Nvidia GeForce 30xx? As far as I know this series requires Cuda 11.x. Currently I experienced a variety of different errors when...

Hi, would you be interested in sharing a web demo on Huggingface Spaces for SAFA? It would make this model more accessible as it would allow people to try out...

Could you release the code that computes these metrics?

tar: It does not appear to be a tar archive

`python animation_demo.py --config config/end2end.yaml --checkpoint ./ckpt/final_3DV.tar --source_image_pth ./assets/EM.jpeg --driving_video_pth ./assets/02.mp4 --relative --adapt_scale --find_best_frame --cpu` gives me: ``` /Users/user/miniconda3/envs/safa3/lib/python3.7/site-packages/skimage/transform/_warps.py:105: UserWarning: The default mode, 'constant', will be changed to 'reflect' in skimage...