mirror of
https://github.com/Deepshift/DeepCreamPy.git
synced 2024-11-29 05:10:43 +00:00
Put notice in readme
This commit is contained in:
parent
4635f6b41c
commit
05b5a54b9d
@ -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 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)
|
![Censored, decensored](/readme_images/collage.png)
|
||||||
|
|
||||||
# Limitations
|
# 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.
|
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
|
# Dependencies
|
||||||
|
|
||||||
- Python 2
|
- Python 2
|
||||||
|
Loading…
Reference in New Issue
Block a user