cnn-watermark-removal icon indicating copy to clipboard operation
cnn-watermark-removal copied to clipboard

Fully convolutional deep neural network to remove transparent overlays from images

Results 23 cnn-watermark-removal issues
Sort by recently updated
recently updated
newest added

Bumps [pygments](https://github.com/pygments/pygments) from 2.4.2 to 2.7.4. Release notes Sourced from pygments's releases. 2.7.4 Updated lexers: Apache configurations: Improve handling of malformed tags (#1656) CSS: Add support for variables (#1633, #1666)...

dependencies

Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.0 to 8.1.1. Release notes Sourced from pillow's releases. 8.1.1 https://pillow.readthedocs.io/en/stable/releasenotes/8.1.1.html 8.1.0 https://pillow.readthedocs.io/en/stable/releasenotes/8.1.0.html Changes Fix TIFF OOB Write error #5175 [@​radarhere] Fix for Buffer Read Overrun in...

dependencies

I mkdir 'cifar-10-batches-py' and copy the data "data_batch_*". after that, I run the script "python watermarks.py --logdir=./save " but I got this error: '' Traceback (most recent call last): File...

Please add docker for use in container

I cannot install either with pip, pip2, or pip3 Step i did in the terminal is (after i clone the git) 1. sudo apt-get install libjpeg-dev zlib1g-dev It install properly...

`!python watermarks.py --image assets/cat.png --selection assets/cat-selection.png --dataset=dataset_cifar --batch_size 32` ``` WARNING:tensorflow:From watermarks.py:298: The name tf.app.run is deprecated. Please use tf.compat.v1.app.run instead. WARNING:tensorflow:From watermarks.py:282: The name tf.Session is deprecated. Please use...

Trained successfully for 1000 epoch but result is worst than the given watermarked image. Seems like watermark getting override on top of watermark image itself instead of removing it which...

I want to train on custom dataset. How to generate training mask for this?

Hello! Can I get a full instruction on how to train pictures of this type. And how then does it all work to remove the watermark?