automatic-watermark-detection icon indicating copy to clipboard operation
automatic-watermark-detection copied to clipboard

Updated the code to work on TensorFlow 2.0x and Python 3.

Open thinktanktom opened this issue 3 years ago • 4 comments

Also added a resize program to resize all the images in the test directory to the same dimension to avoid possible errors.

thinktanktom avatar Nov 03 '20 06:11 thinktanktom

@CodeSaint98 I'm trying to run your code, but I'm unsure on what's next after main.py finished execution. Can you clarify how to rebuild all the images after you found https://github.com/rohitrango/automatic-watermark-detection/blob/fa14d6ceabbd94ddacc91ece4a1ce3ea9a327b13/main.py#L42-L44

Any help would be greatly appreciated!

tyron avatar Aug 30 '21 22:08 tyron

@CodeSaint98 I'm trying to run your code, but I'm unsure on what's next after main.py finished execution. Can you clarify how to rebuild all the images after you found https://github.com/rohitrango/automatic-watermark-detection/blob/fa14d6ceabbd94ddacc91ece4a1ce3ea9a327b13/main.py#L42-L44

Any help would be greatly appreciated!

Hi @tyron . It's been a while since I worked on this so I don't remember too much. I remember running the code on jupyter notebook first because it was easier to see what was happening. I ditched this project because the accuracy was nowhere near good enough.

thinktanktom avatar Aug 31 '21 02:08 thinktanktom

@CodeSaint98 out of curiosity, what project did you end up going with?

kking124 avatar Sep 20 '21 16:09 kking124

I ditched it in the end because its a never ending cycle. As soon as we come up with something to remove watermarks, someone else comes up with something to counter it and vice versa. I believe the methodology behind this implementation actually comes from a research paper designed to build more robust watermarks :P. I happened to be playing around with this particular project as it seemed the most promising at the time. Resizing the images is just a small modification to help people run their images in bulk.

thinktanktom avatar Sep 20 '21 16:09 thinktanktom