jingyuanli001 / RFR-Inpainting

The source code for CVPR 2020 accepted paper "Recurrent Feature Reasoning for Image Inpainting"
MIT License
358 stars 76 forks source link

Larger picture testing #17

Closed huoxiangzuo closed 3 years ago

huoxiangzuo commented 4 years ago

Hi, I am very interested in your work. Tested the 256x256 image restoration effect is very good. How do I enter a larger picture for testing?

jingyuanli001 commented 4 years ago

To test a larger image, you might change the 'target_size' augment in the run.py file. However, one of the current limitation of the code is that it only support squared input. You might need some further modifications to dataset.py to allow rectangular inputs.

huoxiangzuo commented 4 years ago

Okay, I will make changes, thank you for your reply.