From 05b5a54b9da266dbe4c10beac0c1338eed152018 Mon Sep 17 00:00:00 2001 From: deeppomf Date: Sun, 11 Feb 2018 16:41:07 -0500 Subject: [PATCH] Put notice in readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4c023b0..2416229 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ This project applies an implementation of [Globally and Locally Consistent Image Completion](http://hi.cs.waseda.ac.jp/%7Eiizuka/projects/completion/data/completion_sig2017.pdf) to the problem of hentai decensorship. Using a deep fully convolutional neural network, DeepMindBreak can replace censored artwork in hentai with plausible reconstructions. The user needs to only specify the censored regions. +**THIS REPO IS NOT YET IN A USABLE STATE. PLEASE WAIT FOR THIS NOTICE TO BE REMOVED BEFORE DOWNLOADING/FORKING.** + ![Censored, decensored](/readme_images/collage.png) # Limitations @@ -23,6 +25,8 @@ It does NOT work with: In particular, if a vagina or penis is completely censored out, inpainting will be ineffective. +Embarrassingly, because the neural network was trained to decensor horizontally and vertically oriented rectangles, it has trouble with angled rectangles. This will be fixed soon. + # Dependencies - Python 2