marcbelmont / cnn-watermark-removal

Fully convolutional deep neural network to remove transparent overlays from images
1.23k stars 227 forks source link

Limitations: this architectures does not generalize to watermarks that are too different from the one generated with create_mask #30

Open kmrabhay opened 5 years ago

kmrabhay commented 5 years ago

Limitations: this architectures does not generalize to watermarks that are too different from the one generated with create_mask and it produces decent results only when the overlay is applied in an additive fashion.

Could you please elaborate on mostly on create_mask() function and overlay is applied in an additive fashion?