satoshiiizuka / siggraphasia2019_remastering

Code for the paper "DeepRemaster: Temporal Source-Reference Attention Networks for Comprehensive Video Enhancement". http://iizuka.cs.tsukuba.ac.jp/projects/remastering/
Other
482 stars 102 forks source link

About the noise data #11

Open qibao77 opened 3 years ago

qibao77 commented 3 years ago

I found that adding the noise image template directly from your noise dataset with the input image results in a completely white image. Can you provide more details about how you use the noise template? Thank you very much!

kosmar2011 commented 2 years ago

convert the noise image to uint8, normalize it to range [0,1] and then multiply with the image on which you want to apply the noise.