All Projects → whitelok → Watermark Remover

whitelok / Watermark Remover

Remove watermark automatically(Just can use for fixed position watermark till now). 自动水印消除算法的实现(目前只支持固定水印位置)。

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Watermark Remover

Ailearners
机器学习、深度学习、自然语言处理、计算机视觉、各种算法等AI领域相关技术的路线、教程、干货分享。笔记有:机器学习实战、剑指Offer、cs231n、cs131、吴恩达机器学习、cs224n、python自然语言处理实战
Stars: ✭ 234 (-0.85%)
Mutual labels:  ai, cv
Awesome Quantum Machine Learning
Here you can get all the Quantum Machine learning Basics, Algorithms ,Study Materials ,Projects and the descriptions of the projects around the web
Stars: ✭ 1,940 (+722.03%)
Mutual labels:  ai, machine-learning-algorithms
Ai Study
人工智能学习资料超全整理,包含机器学习基础ML、深度学习基础DL、计算机视觉CV、自然语言处理NLP、推荐系统、语音识别、图神经网路、算法工程师面试题
Stars: ✭ 93 (-60.59%)
Mutual labels:  ai, cv
Bfgs Neldermead Trustregion
Python implementation of some numerical (optimization) methods
Stars: ✭ 8 (-96.61%)
Mutual labels:  ai, machine-learning-algorithms
Atari Model Zoo
A binary release of trained deep reinforcement learning models trained in the Atari machine learning benchmark, and a software release that enables easy visualization and analysis of models, and comparison across training algorithms.
Stars: ✭ 198 (-16.1%)
Mutual labels:  ai, deep-reinforcement-learning
Letslearnai.github.io
Lets Learn AI
Stars: ✭ 33 (-86.02%)
Mutual labels:  ai, machine-learning-algorithms
Sw machine learning
machine learning
Stars: ✭ 108 (-54.24%)
Mutual labels:  ai, machine-learning-algorithms
Habitat Lab
A modular high-level library to train embodied AI agents across a variety of tasks, environments, and simulators.
Stars: ✭ 587 (+148.73%)
Mutual labels:  ai, deep-reinforcement-learning
Free Ai Resources
🚀 FREE AI Resources - 🎓 Courses, 👷 Jobs, 📝 Blogs, 🔬 AI Research, and many more - for everyone!
Stars: ✭ 192 (-18.64%)
Mutual labels:  ai, machine-learning-algorithms
Airsim
Open source simulator for autonomous vehicles built on Unreal Engine / Unity, from Microsoft AI & Research
Stars: ✭ 12,528 (+5208.47%)
Mutual labels:  ai, deep-reinforcement-learning
Pygame Learning Environment
PyGame Learning Environment (PLE) -- Reinforcement Learning Environment in Python.
Stars: ✭ 828 (+250.85%)
Mutual labels:  ai, deep-reinforcement-learning
Depthai
DepthAI Python API utilities, examples, and tutorials.
Stars: ✭ 203 (-13.98%)
Mutual labels:  ai, cv
Pysc2 Examples
StarCraft II - pysc2 Deep Reinforcement Learning Examples
Stars: ✭ 722 (+205.93%)
Mutual labels:  ai, deep-reinforcement-learning
Rlcard
Reinforcement Learning / AI Bots in Card (Poker) Games - Blackjack, Leduc, Texas, DouDizhu, Mahjong, UNO.
Stars: ✭ 980 (+315.25%)
Mutual labels:  ai, deep-reinforcement-learning
Carla
Open-source simulator for autonomous driving research.
Stars: ✭ 7,012 (+2871.19%)
Mutual labels:  ai, deep-reinforcement-learning
Intro To Deep Learning
A collection of materials to help you learn about deep learning
Stars: ✭ 103 (-56.36%)
Mutual labels:  ai, deep-reinforcement-learning
Ai Economist
Foundation is a flexible, modular, and composable framework to model socio-economic behaviors and dynamics with both agents and governments. This framework can be used in conjunction with reinforcement learning to learn optimal economic policies, as done by the AI Economist (https://www.einstein.ai/the-ai-economist).
Stars: ✭ 537 (+127.54%)
Mutual labels:  ai, deep-reinforcement-learning
Animalai Olympics
Code repository for the Animal AI Olympics competition
Stars: ✭ 544 (+130.51%)
Mutual labels:  ai, deep-reinforcement-learning
Smartopencv
🔥 🔥 🔥 SmartOpenCV是一个OpenCV在Android端的增强库,解决了OpenCV Android SDK在图像预览方面存在的诸多问题,且无需修改OpenCV SDK源码,与OpenCV的SDK解耦
Stars: ✭ 1,869 (+691.95%)
Mutual labels:  ai, cv
Halite Ii
Season 2 of @twosigma's artificial intelligence programming challenge
Stars: ✭ 201 (-14.83%)
Mutual labels:  ai, machine-learning-algorithms

Watermark Remover Automatically

IMPORTANT !!!

THANKS FOR SOMEONE SUGGESTION, THIS REPO WILL NOT PROVIDE ANY CODE ANY MORE

WHAT HAD YOU DONE WITH MY CODE IS NO RELATIONSHIP WITH ME


Tips

Please run with Python 3.6.5

Result

Result with demo images

Result with pratical images

Docker runtime [Recommendation]

  • docker pull whitelok/watermark-remover:v1.0

Install

  1. cd watermark-remover; pip3 install -r requirements.txt
  2. Install opencv Python3 binding.(If you need, I can share one to you)

Usage

Demo

  1. bash train.sh for training the watermark and alpha saving in result folder and remove watermark from original image.

Tips

  • Training tips
  1. if the watermark free result is not good enough, you can change --iters (refer to train.sh)
  2. if the training process is too long to wait, you can change --watermark_threshold (refer to train.sh)
  3. if you get tk_inter error, you can change --save_result (refer to train.sh)

Customer

  1. Put all watermarked images into one folder
  2. python3 main_solver.pyc --path [watermarked images folder]

Progress and Implemented function

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].