- 
                Notifications
    You must be signed in to change notification settings 
- Fork 477
Description
I’m not sure why this project has so many stars, but it’s clear that it is no longer actively maintained or updated by the author. I had to fix a lot of issues just to get it running. Here’s what I’ve done:
- Set up a TensorFlow 1.15 environment on Colab.
- Solved the issue where the !cd watermark-removalcommand did not work on Colab.
- Fixed the path issue for the mask in utils/istock/landscape.
- Addressed the ValueErrorinpreprocess_image.pyat line 42 whereassert image.shape == preprocessed_mask_imagewas causing problems.
After fixing all these issues, I was able to get an output, but I noticed that it only removes the "istock" watermark. I was not able to get my own mask.png. This is something that should be clearly mentioned in the documentation, ideally in the "Principle" section, rather than only discovering it after resolving multiple version-related issues.
It would be great if the author could provide some updates or at least clarify the necessary requirements for this to work with other masks beyond "istock," and also update the project to support TensorFlow 2.x versions for Python 3.8+.