Closed EmmaHongW closed 1 year ago
The addresses of the pretrained models have been changed and were indicated in the readme file. Here is what I adjusted:
%cd /content/photo_restoration/Face_Enhancement/ !wget https://github.com/microsoft/Bringing-Old-Photos-Back-to-Life/releases/download/v1.0/face_checkpoints.zip !unzip face_checkpoints.zip %cd ../
%cd /content/photo_restoration/Global/ !wget https://github.com/microsoft/Bringing-Old-Photos-Back-to-Life/releases/download/v1.0/global_checkpoints.zip !unzip global_checkpoints.zip %cd ../
Also if the images are too big to upload, can add by hand to the upload folder
The addresses of the pretrained models have been changed and were indicated in the readme file. Here is what I adjusted:
download the pretrained model
%cd /content/photo_restoration/Face_Enhancement/ !wget https://github.com/microsoft/Bringing-Old-Photos-Back-to-Life/releases/download/v1.0/face_checkpoints.zip !unzip face_checkpoints.zip %cd ../
%cd /content/photo_restoration/Global/ !wget https://github.com/microsoft/Bringing-Old-Photos-Back-to-Life/releases/download/v1.0/global_checkpoints.zip !unzip global_checkpoints.zip %cd ../