From 418af79c8edaf69ae21246f3afc592623d28dfe0 Mon Sep 17 00:00:00 2001 From: IAmTheRedSpy <39938533+IAmTheRedSpy@users.noreply.github.com> Date: Sun, 4 Nov 2018 21:20:52 -0800 Subject: [PATCH 1/2] Increase succinctness of README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index feee93b..7f733be 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A deep learning-based tool to automatically replace censored artwork in hentai with plausible reconstructions. -The user specifies the censored regions in each image by coloring those regions green in a separate image editing program like GIMP or Photoshop. A neural network handles the hard part of filling in the censored regions. +The user colors cencored regions green in an image editing program like GIMP or Photoshop. A neural network fills in the censored regions. DeepCreamPy has a pre-built binary for Windows 64-bit available [here](https://github.com/deeppomf/DeepCreamPy/releases/latest). DeepCreamPy works on Windows, Mac, and Linux. @@ -11,17 +11,17 @@ DeepCreamPy has a pre-built binary for Windows 64-bit available [here](https://g ## Features - Decensoring images of ANY size -- Decensoring censors of ANY shape (e.g. bunch of black lines, pink hearts, etc.) +- Decensoring of ANY shaped censor (e.g. black lines, pink hearts, etc.) - Higher quality decensors -- Support for mosaic decensors (still a WIP and not very usable) -- User interface (still a WIP and not usable) +- Support for mosaic decensors (WIP) +- User interface (WIP) ## Limitations -The decensorship is intended to work on color hentai images that have minor to moderate censorship of the penis or vagina. If a vagina or penis is completely censored out, decensoring will be ineffective. +The decensorship is for color hentai images that have minor to moderate censorship of the penis or vagina. If a vagina or penis is completely censored out, decensoring will be ineffective. It does NOT work with: - Black and white/Monochrome image -- Hentai containing screentones (e.g. printed hentai) +- Hentai with screentones (e.g. printed hentai) - Real life porn - Censorship of nipples - Censorship of anus @@ -40,8 +40,8 @@ Miscellaneous: * [FAQ](FAQ.md) ## To do -- Finish the user interface (sometime in November) -- Update model with better quality data (sometime in November) +- Finish the user interface (estimated November) +- Update model with better quality data (estimated November) - Add support for black and white images - Add error log From 714383af1d6922f8ae8f23a4515704eb7467651c Mon Sep 17 00:00:00 2001 From: IAmTheRedSpy <39938533+IAmTheRedSpy@users.noreply.github.com> Date: Sun, 4 Nov 2018 21:28:34 -0800 Subject: [PATCH 2/2] Improve readability of FAQ.md --- FAQ.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FAQ.md b/FAQ.md index f4dec96..35cc749 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1,4 +1,4 @@ # FAQ -## Why aren't black and white images supported? Aren't black and white images easier to decensor than color images? -Black and white images are harder to decensor than color images because neural networks struggle to replicate screentone patterns. \ No newline at end of file +## Why aren't black and white images supported? Black and white images seem easier to decensor than color images. +Black and white images contain screentone patterns which are difficult for neural networks to replicate.