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

How to make 512x512 image model etc #11

Open qwerdbeta opened 4 years ago

qwerdbeta commented 4 years ago

Hi, thanks for sharing! Great work!

What steps are necessary to make a 512 pixel square image model and train and eval on that?

Thanks!

xiankgx commented 3 years ago

Just changing the --target_size command line argument to 512?