卧槽!老照片修复,微软开源又一力作!!
python爬虫人工智能大数据
共 1854字,需浏览 4分钟
·
2020-12-11 11:21
▍Demo测试
▍要求
该代码已在装有Nvidia GPU和CUDA的Ubuntu上进行了测试。需要Python> = 3.6才能运行代码。
▍如何使用
python run.py --input_folder [test_image_folder_path] \
--output_folder [output_path] \
--GPU 0
python run.py --input_folder [test_image_folder_path] \
--output_folder [output_path] \
--GPU 0 \
--with_scratch
cd Global/
python detection.py --test_path [test_image_folder_path] \
--output_dir [output_path] \
--input_size [resize_256|full_size|scale_256]
cd Global/
python test.py --Scratch_and_Quality_restore \
--test_input [test_image_folder_path] \
--test_mask [corresponding mask] \
--outputs_dir [output_path]
python test.py --Quality_restore \
--test_input [test_image_folder_path] \
--outputs_dir [output_path]
评论