I followed your requirement but when i try to run python watermarks.py --image assets/cat.png --selection assets/cat-selection.png
i got the following error.
@aalzooke which version of Tensorflow are you using? I built this using tensorflow==1.3.0. In recent version Dataset is not in contrib. You can try tf.data.Dataset... instead.
I followed your requirement but when i try to run python watermarks.py --image assets/cat.png --selection assets/cat-selection.png i got the following error.