nagadomi / waifu2x

Image Super-Resolution for Anime-Style Art
http://waifu2x.udp.jp/
MIT License
27.33k stars 2.71k forks source link

Help with training model for noise reduction of darker area lines #405

Open CarbonPool opened 2 years ago

CarbonPool commented 2 years ago

For most of the darker images similar to this, I have tried all three-level noise reduction models, and their lines are smeared. What training set is suitable to help preserve these details?

-trained cunet model level3 2x sec(MyCunet_v2)(noise_scale)(Level3)(x2 000000)

nagadomi commented 2 years ago

For training data, you can add an image with a narrow range of colors. Another way is to normalize the input image to be minimum 0 and maximum 255, convert it with waifu2x, and then revert the color range.