yu4u / noise2noise

An unofficial and partial Keras implementation of "Noise2Noise: Learning Image Restoration without Clean Data"
MIT License
1.08k stars 234 forks source link

How to modify random text noise for custom image noise? #43

Closed ghost closed 5 years ago

ghost commented 5 years ago

I am going to train the image to remove the watermark. I have some transparent watermark images now. what should I do? How should I change the random text overlay to a custom watermark overlay?

yu4u commented 5 years ago

This repo is not suitable for this kind of purposes. The main purpose of this repo is to reproduce the idea of noise2noise training, not to create useful denoising models. There should be more suitable denoising implementations other than this repo.