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 do clean document scans with this? #41

Open catch-n-release opened 5 years ago

catch-n-release commented 5 years ago

I have document scans to be cleaned. How do I go about training a new model for it. I can also get clean counter-parts of the same for noisy-clean pair, but dont know how to initiate training for them. And how many of them would I need for training to get significant results?

yu4u commented 5 years ago

In that case, it is better to create dedicated dataset for your task to train standard denoising model instead of using noise2noise framework as you mentioned (can also get clean counter-parts of the same for noisy-clean pair). For this, this implementation is not suitable so please use the other implementations of standard denosing models. I think there would be difficulty in creating noisy-clean pairs; calibrating them in pixel level. 100> pairs would be required.