旧照片修复 https://github.com/microsoft/Bringing-Old-Photos-Back-to-Life
天问 bdcb927521 Update 'replicate部署.md' | 1 year ago | |
---|---|---|
README.md | 1 year ago | |
replicate部署.md | 1 year ago |
旧照片修复
cd 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 Global/
wget https://github.com/microsoft/Bringing-Old-Photos-Back-to-Life/releases/download/v1.0/global_checkpoints.zip
unzip global_checkpoints.zip
cd ../
pip install -r requirements.txt
python run.py --input_folder [test_image_folder_path] \
--output_folder [output_path] \
--GPU 0