Merge pull request #65 from IAmTheRedSpy/master

Edit
This commit is contained in:
deeppomf 2018-11-05 09:19:08 +00:00 committed by GitHub
commit a40b1d26c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

4
FAQ.md
View File

@ -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.
## 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.

View File

@ -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