Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added GUI frontend #174

Merged
merged 2 commits into from
Jun 7, 2021
Merged

Added GUI frontend #174

merged 2 commits into from
Jun 7, 2021

Conversation

Aayush-hub
Copy link
Contributor

@Aayush-hub Aayush-hub commented Jun 6, 2021

Fixes: #159
Added a GUI frontend to correct scratched images which make program user-friendly.

How to Run Program:

  1. Install PySimpleGUI pip install PySimpleGUI
  2. Run GUI.py file.
  3. Click browse and select your image from test_images/old_w_scratch folder to remove scratches.
  4. Click Modify Photo button.
  5. Wait for a while and see results on GUI window.
  6. Exit window by clicking Exit Window.

Screenshot:

1000

@zhangmozhe
Copy link
Contributor

Cool! Thanks for your contribution on this! Could you please explain the usage by editing the readme file as well?

@Aayush-hub
Copy link
Contributor Author

Cool! Thanks for your contribution on this! Could you please explain the usage by editing the readme file as well?

@zhangmozhe Done Sir!

@zhangmozhe zhangmozhe merged commit eba3d3c into microsoft:master Jun 7, 2021
@SeaCelo
Copy link

SeaCelo commented Jun 7, 2021

Please check line 199 of the gui.py file. I think there is a hard coded path there.

@Aayush-hub
Copy link
Contributor Author

Aayush-hub commented Jun 7, 2021

Please check line 199 of the gui.py file. I think there is a hard coded path there.

@SeaCelo Great Catch, thanks for letting me know!

@zhangmozhe
Copy link
Contributor

Hi @Aayush-hub, we've recently released the code which supports high-resolution images. Could you please have a check whether the GUI support this release?

@Aayush-hub
Copy link
Contributor Author

Hi @Aayush-hub, we've recently released the code which supports high-resolution images. Could you please have a check whether the GUI support this release?

@zhangmozhe Sure, checking. Will let you know.

@Aayush-hub
Copy link
Contributor Author

Hi @Aayush-hub, we've recently released the code which supports high-resolution images. Could you please have a check whether the GUI support this release?

@zhangmozhe Yes its working fine with GUI, we just need to add HR flag by default in its code (which will have no extra effect on normal images), or we can create a different button which can be used for high resolution image. Do let me know needs to be done??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make frontend for the project
3 participants