Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
braindotai committed Feb 15, 2021
2 parents 139de4a + 155deed commit c4434cf
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Watermark Removal using Deep Image Priors with Pytorch

<div align="center">
<img src='final_outputs.webp' atl="Final Results" style="floar: center; border-radius: 6px;">
</div>

## __This is the implementation of paper [Deep Image Prior](https://dmitryulyanov.github.io/deep_image_prior), all credit goes its authors.__

Expand All @@ -22,7 +24,7 @@ So if we know what `Watermark` is, then its just a matter of training a generato

Here's a sample test run-

<table style="float:center">
<table align="center">
<tr>
<th>Original Image</th><th>Watermark</th><th>Watermarked-Image</th>
</tr>
Expand Down Expand Up @@ -124,7 +126,7 @@ Here are some sample overlays...

![Overlay example](outputs/watermark-unavailable/overlays/overlay2.png)

And the final step is to simply follow the above training procedure, b replacing the supposedly known watermark with our hand drawn overlay.
And the final step is to simply follow the above training procedure, by replacing the supposedly known watermark with our hand drawn overlay.

## # Time for the results

Expand Down Expand Up @@ -162,4 +164,6 @@ A sample progress of the generator:

As I said earlier, the outputs are highly realistic with almost unnoticeable artefacts.

# Author - Rishik Mourya
## [__Read Full Article__](https://brainbust.medium.com/watermark-removal-using-deep-image-priors-d37f87a9ca1)

# Author - Rishik Mourya

0 comments on commit c4434cf

Please sign in to comment.