noise2noise
noise2noise copied to clipboard
If I have a picture,I can load the model and denoise the picture instead of training by myself.but how to do it?
If I have a picture,I can load the model and denoise the picture instead of training by myself.but how to do it?
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.