michaildoukas / head2head

PyTorch implementation for Head2Head and Head2Head++. It can be used to fully transfer the head pose, facial expression and eye movements from a source video to a target identity.
MIT License
310 stars 44 forks source link

download problem #1

Closed welbeckzhou closed 4 years ago

welbeckzhou commented 4 years ago

Something wrong happens when downloading files for face reconstruction and flownet in scripts/download_files.py, the file in first url : https://www.dropbox.com/s/woijiy3gqgfz1j7/files.zip?dl=1, cannot be found. What's this file used for? And how to download it?

michaildoukas commented 4 years ago

Please try to pull the latest version of the code. There was a change in files for 3D face reconstruction (see README). For the time being you need to obtain LSFM model files from here and place the acquired files under preprocessing/files. However, the rest essential files can be still downloaded using scripts/download_files.py.

welbeckzhou commented 4 years ago

Thank you so much!