dcgan-completion.tensorflow
dcgan-completion.tensorflow copied to clipboard
Can this repo be used as denoising
I'm trying to use this repo as a denoising tool, but I find that in your model.py 's complete method, the generated model still need to compare with the original input that in aligned folder. is that means this input cannot detect where the noise is and it has to be pointed out by the mask you defined?