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

High Resolution image #62

Closed OliverTeo288 closed 4 years ago

OliverTeo288 commented 4 years ago

Hi I have a high resolution image that needs to be derain through your model. How would you suggest i go about doing it? The resolution of my test image is 1920 x 1080. Thanks in advance

MaybeShewill-CV commented 4 years ago

@OliverTeo288 1. rescale the image 2. split the image into patches:)

OliverTeo288 commented 4 years ago

I have tried resizing the image but alot of information of the image have been lost after the resize. Which the image becomes distorted. After applying filters to the distorted images the derain results are not very good.

MaybeShewill-CV commented 4 years ago

@OliverTeo288 If you want a better result you may retrain a new model on your own dataset:)

OliverTeo288 commented 4 years ago

@MaybeShewill-CV alright thanks for your help. You are amazing ! All the best :)