danielroich / PTI

Official Implementation for "Pivotal Tuning for Latent-based editing of Real Images" (ACM TOG 2022) https://arxiv.org/abs/2106.05744
MIT License
897 stars 112 forks source link

where i can get the align.data file #13

Closed mapleyuan closed 3 years ago

mapleyuan commented 3 years ago

hi guys, i run the align_data.py and i can't found the file below: dlib = './pretrained_models/align.dat'

danielroich commented 3 years ago

Hi @mapleyuan

This happened because too many people have downloaded the same file from Google Drive and it entered a protective mode which did not download the files when asked. This is why you don't see the file even when running the download command.

I have upgraded the notebook, it is now working with PyDrive making the download phase work all the time.

Please try again and let me know if it works now. Daniel