Browse Source

Update 'README.md'

天问 1 year ago
parent
commit
6d6ec43657
1 changed files with 26 additions and 1 deletions
  1. 26 1
      README.md

+ 26 - 1
README.md

@@ -1,3 +1,28 @@
 # Bringing-Old-Photos-Back-to-Life
 
-旧照片修复
+旧照片修复
+
+
+## develop
+
+
+```
+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
+              
+```
+
+## 源码分析
+