codeslake / IFAN

[CVPR 2021] Official PyTorch Implementation for "Iterative Filter Adaptive Network for Single Image Defocus Deblurring"
GNU Affero General Public License v3.0
225 stars 39 forks source link

Any chance make script demo more user friendly? #4

Closed netrunner-exe closed 2 years ago

netrunner-exe commented 2 years ago

Thank you for this very interesting project. I would like to ask you to add an easier way to implement scripts - something like python run.py --input_path --output_path. - add ability to be able to specify the folder with the incoming image and the folder with the result. I think when there will be a full demo then more people will pay attention to this project, unfortunately, not everyone uses Google Collab.

codeslake commented 2 years ago

Hi, thank you for the suggestion!

I will try to provide options to pass paths for the input and output directories.

netrunner-exe commented 2 years ago

Any updates about this question?

codeslake commented 2 years ago

Not yet. Thanks for the reminder though :) I will try one in next few days.