yu4u / noise2noise

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

If I have a picture,I can load the model and denoise the picture instead of training by myself.but how to do it? #22

Open quanjin9099 opened 5 years ago

quanjin9099 commented 5 years ago

If I have a picture,I can load the model and denoise the picture instead of training by myself.but how to do it?

yu4u commented 5 years ago

You can do that by setting --test_noise_model to clean in test_model.py. This is a kind of workaround, but it might work.