MaybeShewill-CV / attentive-gan-derainnet

Unofficial tensorflow implemention of "Attentive Generative Adversarial Network for Raindrop Removal from A Single Image (CVPR 2018) " model https://maybeshewill-cv.github.io/attentive-gan-derainnet/
MIT License
262 stars 83 forks source link

image size #55

Closed chenhuiphd closed 5 years ago

chenhuiphd commented 5 years ago

hi,Why are the test pictures the same size as the training pictures?, otherwise otherwise the program will make mistakes in the test? thx a1626f1fc8e80add033eb6f5ca87717

MaybeShewill-CV commented 5 years ago

@chenhuiphd That problem was caused by the mismatched compute graph and restored weights file in my opinion:)