microsoft / Bringing-Old-Photos-Back-to-Life

Bringing Old Photo Back to Life (CVPR 2020 oral)
https://arxiv.org/abs/2004.09484
MIT License
15.15k stars 2k forks source link

Make frontend for the project #159

Closed Aayush-hub closed 3 years ago

Aayush-hub commented 3 years ago

Make a interactive frontend for the project Bringing Old Photos Back , where the user can upload photo or click it by camera and then can download the result image and share it.

Aayush-hub commented 3 years ago

@zhangmozhe I am Working on it!!

zhangmozhe commented 3 years ago

That's a great idea. Which python library do you use for the GUI?

Aayush-hub commented 3 years ago

@zhangmozhe Can use Python-Flask for frontend! I am also comfortable with Tkinter

zhangmozhe commented 3 years ago

That's great. Thanks for your contribution, and please let us know once you have progress. Look forward to the beautiful GUI.

Aayush-hub commented 3 years ago

@zhangmozhe Sure, will share the progress! Thank you for approving this!

Aayush-hub commented 3 years ago

@zhangmozhe Can I get help with this, I am getting error after latest update. I have made some UI but when I tried running code I am getting this error. I have followed every step in Readme, and ran them successfully. I am running them as default, just changing GPU flag to -1 for CPU.

1

Aayush-hub commented 3 years ago

@zhangmozhe Ping! Still getting this error, can you please help?

zhangmozhe commented 3 years ago

@raywzy Could you help to address the issue?

syfbme commented 3 years ago

@zhangmozhe Can I get help with this, I am getting error after latest update. I have made some UI but when I tried running code I am getting this error. I have followed every step in Readme, and ran them successfully. I am running them as default, just changing GPU flag to -1 for CPU.

1

According to the screenshot, you should use "--gpu_ids" instead of "--GPU".

Aayush-hub commented 3 years ago

@zhangmozhe Can I get help with this, I am getting error after latest update. I have made some UI but when I tried running code I am getting this error. I have followed every step in Readme, and ran them successfully. I am running them as default, just changing GPU flag to -1 for CPU. 1

According to the screenshot, you should use "--gpu_ids" instead of "--GPU".

Basically the problem is coming with output folder path in test.py , and the parsers are defined within code and for gpu it's --GPU and then the GPU id. Also one thing to mention if I am trying to run everything default by python run.py then also its giving me same error.

@zhangmozhe @raywzy Can you please help, tried very very hard, getting same error after recent updates in the code. Can you please check the code in any cpu machine, and let me know if I am missing something!

raywzy commented 3 years ago

@zhangmozhe Can I get help with this, I am getting error after latest update. I have made some UI but when I tried running code I am getting this error. I have followed every step in Readme, and ran them successfully. I am running them as default, just changing GPU flag to -1 for CPU. 1

According to the screenshot, you should use "--gpu_ids" instead of "--GPU".

Basically the problem is coming with output folder path in test.py , and the parsers are defined within code and for gpu it's --GPU and then the GPU id. Also one thing to mention if I am trying to run everything default by python run.py then also its giving me same error.

@zhangmozhe @raywzy Can you please help, tried very very hard, getting same error after recent updates in the code. Can you please check the code in any cpu machine, and let me know if I am missing something!

Hi, thanks for your contribution! Could you please try to change the folder name "photos back to life" to "photos_back_to_life"? It seems the problems come from the unexpected blank space of parsing.