xinntao / ESRGAN

ECCV18 Workshops - Enhanced SRGAN. Champion PIRM Challenge on Perceptual Super-Resolution. The training codes are in BasicSR.
https://github.com/xinntao/BasicSR
Apache License 2.0
5.91k stars 1.05k forks source link

Possibility to add option to the test.py to delete original file #87

Open CloudEPDB opened 4 years ago

CloudEPDB commented 4 years ago

Is it possible to add an option (something like --delsource) to remove the source file once the file is complete? I'm using this in Google Colab and sometimes it gives timeout and it would be very convenient if I remove the source image from the LR folder

Thank you very much!