Some questions about demo.
zhongtao93 opened this issue · 1 comments
zhongtao93 commented
Hi, thank you for your good job. I have two tiny question about demo website and video.
- As the size of output image is 512, how to get an original size output image.
- For video demo,if enhance frame by frame respectively, it may cause color shaking. How do you solve this case.
Thank you very much!
nothinglo commented
Hi @zhongtao93,
- 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.)
- 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.