Spaces:
Build error
Build error
Update run.py
Browse files
run.py
CHANGED
@@ -174,6 +174,7 @@ if __name__ == "__main__":
|
|
174 |
stage_4_input_image_dir = os.path.join(stage_1_output_dir, "restored_image")
|
175 |
stage_4_input_face_dir = os.path.join(stage_3_output_dir, "each_img")
|
176 |
stage_4_output_dir = os.path.join(opts.output_folder, "final_output")
|
|
|
177 |
if not os.path.exists(stage_4_output_dir):
|
178 |
os.makedirs(stage_4_output_dir)
|
179 |
if opts.HR:
|
|
|
174 |
stage_4_input_image_dir = os.path.join(stage_1_output_dir, "restored_image")
|
175 |
stage_4_input_face_dir = os.path.join(stage_3_output_dir, "each_img")
|
176 |
stage_4_output_dir = os.path.join(opts.output_folder, "final_output")
|
177 |
+
print (f'out dir: {stage_4_output_dir}')
|
178 |
if not os.path.exists(stage_4_output_dir):
|
179 |
os.makedirs(stage_4_output_dir)
|
180 |
if opts.HR:
|