nothinglo/Deep-Photo-Enhancer

Some questions about demo.

zhongtao93 opened this issue · 1 comments

Hi, thank you for your good job. I have two tiny question about demo website and video.

  1. As the size of output image is 512, how to get an original size output image.
  2. For video demo,if enhance frame by frame respectively, it may cause color shaking. How do you solve this case.

Thank you very much!

Hi @zhongtao93,

  1. On the demo website, you can pick the "[Our HDRs] output maxL = 2048" model to get the output image with the original size. (To ease the burden on the server. If the long side of the image is larger than 2048, I will resize it to 2048.)
  2. Our goal is to achieve image enhancement. We did not deal with the color shaking for the video specifically. I just think it seems will work on video and it fortunately happened.

Thank you.