Watermark Removal
| Entity Passport | |
| Registry ID | gh-model--zuruoke--watermark-removal |
| Provider | github |
Cite this model
Academic & Research Attribution
@misc{gh_model__zuruoke__watermark_removal,
author = {zuruoke},
title = {Watermark Removal Model},
year = {2026},
howpublished = {\url{https://github.com/zuruoke/watermark-removal}},
note = {Accessed via Free2AITools Knowledge Fortress}
} đŦTechnical Deep Dive
Full Specifications [+]âž
Quick Commands
git clone https://github.com/zuruoke/watermark-removal âī¸ Nexus Index V2.0
đŦ Index Insight
FNI V2.0 for Watermark Removal: Semantic (S:50), Authority (A:0), Popularity (P:66), Recency (R:85), Quality (Q:70).
Verification Authority
đ What's Next?
Technical Deep Dive
Chimzuruoke Okafor
Watermark-Removal
An open source project that uses a machine learning based image inpainting methodology to remove watermark from images which is totally indistinguishable from the ground truth version of the image.
This project was inspired by the Contextual Attention (CVPR 2018) and Gated Convolution (ICCV 2019 Oral).
And also a shoutout to Chu-Tak Li for his Medium article series that really gave me a deep insight into the image inpainting papers stated above

Run
Docker
- Clone this repository to your computer.
- From the repository root, build a Docker image with the command
docker build -t watermark-removal . - Download the model dir using this link.
- Create and run a docker container with the image you built using the command:
docker run --rm -v ':/repo/model' -v ':/input' -v ':/output' watermark-removal --checkpoint_dir /repo/model --image '/input/' --output '/output/' --watermark_type istock
Google colab (broken)
use Google colab
First of all, clone this repo
text!git clone https://github.com/zuruoke/watermark-removalChange Directory to the repo
text!cd watermark-removalSince Google Colab uses the latest Tensorflow 2x version and this project uses 1.15.0, downgrade to Tensorflow 1.15.0 version and restart the runtime, (
although the new version of Google Colab does not need you to restart the runtime).text!pip install tensorflow==1.15.0Install tensorflow toolkit neuralgym.
text!pip install git+https://github.com/JiahuiYu/neuralgymDownload the model dirs using this link and put it under
model/(renamecheckpoint.txttocheckpointbecause sometimes google drive automatically adds .txt after download)
And you're all Set!!
Now remove the watermark on the image by runing the
main.pyfiletext!python main.py --image path-to-input-image --output path-to-output-image --checkpoint_dir model/ --watermark_type istock
Citing
@article{yu2018generative,
title={Generative Image Inpainting with Contextual Attention},
author={Yu, Jiahui and Lin, Zhe and Yang, Jimei and Shen, Xiaohui and Lu, Xin and Huang, Thomas S},
journal={arXiv preprint arXiv:1801.07892},
year={2018}
}
@article{yu2018free,
title={Free-Form Image Inpainting with Gated Convolution},
author={Yu, Jiahui and Lin, Zhe and Yang, Jimei and Shen, Xiaohui and Lu, Xin and Huang, Thomas S},
journal={arXiv preprint arXiv:1806.03589},
year={2018}
}
Š Chimzuruoke Okafor
đ Quick Start
docker run --rm -v ':/repo/model' -v ':/input' -v ':/output' watermark-removal --checkpoint_dir /repo/model --image '/input/' --output '/output/' --watermark_type istock
â ī¸ Incomplete Data
Some information about this model is not available. Use with Caution - Verify details from the original source before relying on this data.
View Original Source âđ Limitations & Considerations
- âĸ Benchmark scores may vary based on evaluation methodology and hardware configuration.
- âĸ VRAM requirements are estimates; actual usage depends on quantization and batch size.
- âĸ FNI scores are relative rankings and may change as new models are added.
- â License Unknown: Verify licensing terms before commercial use.
AI Summary: Based on GitHub metadata. Not a recommendation.
đĄī¸ Model Transparency Report
Technical metadata sourced from upstream repositories.
đ Identity & Source
- id
- gh-model--zuruoke--watermark-removal
- slug
- zuruoke--watermark-removal
- source
- github
- author
- zuruoke
- license
- tags
- tensorflow, deep-learning, machine-learning, python, watermark-image
âī¸ Technical Specs
- architecture
- null
- params billions
- null
- context length
- null
- pipeline tag
- other
đ Engagement & Metrics
- downloads
- 0
- stars
- 0
- forks
- 0
Data indexed from public sources. Updated daily.