Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Sukhdip-Sandhu/Automatic-Watermark-Removal

Python computer vision project that aims to automatically remove the watermarks of stock images. The algorithm is designed off of those of Google researchers
https://github.com/Sukhdip-Sandhu/Automatic-Watermark-Removal

algorithm computer-vision google python

Last synced: 2 days ago
JSON representation

Python computer vision project that aims to automatically remove the watermarks of stock images. The algorithm is designed off of those of Google researchers

Awesome Lists containing this project

README

        

## Exploiting Watermark Consistency

#### *Attempt* at replicating Dekel et. al: [On the Effectiveness of Visible Watermarks](http://openaccess.thecvf.com/content_cvpr_2017/papers/Dekel_On_the_Effectiveness_CVPR_2017_paper.pdf)

##### Contained is source code, and details of our implementation, as well as a thorough evaluation of the algorithm both quantitatively and qualitatively presented in an IEEE conference type format. While the algorithm does not perform as desired, it was a great project to work on and a great learning experience!

___
### Sample Results

Watermarked Images | Our Results | Expected Results
:-------------------------:|:-------------------------:|:-------------------------:
![](./images/0imagenet_wm.png) | ![](./images/0imagenet_rc.png) | ![](./images/0imagenet_gt.png)
![](./images/1imagenet_wm.png) | ![](./images/1imagenet_rc.png) | ![](./images/1imagenet_gt.png)
![](./images/1fotolia_wm.png) | ![](./images/1fotolia_rc.png) | ![](./images/1fotolia_gt.png)
![](./images/2fotolia_wm.png) | ![](./images/2fotolia_rc.png) | ![](./images/2fotolia_gt.png)

___
###### *please see code + report for citations of work we used during development :)*