From c9c5868519644121494213db6f2b550aab56fdbf Mon Sep 17 00:00:00 2001 From: deeppomf Date: Sun, 21 Oct 2018 04:26:55 -0400 Subject: [PATCH] update readme --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 9095347..97f6473 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,13 @@ This project applies an implementation of [Image Inpainting for Irregular Holes - Support for mosaic decensors - User interface (still a WIP and not very usable) +# Releases +You can download the latest release [here](https://github.com/deeppomf/DeepCreamPy/releases/latest) or find all previous releases [here](https://github.com/deeppomf/DeepCreamPy/releases). + +If you want to run the code yourself, you can download the model from https://drive.google.com/open?id=1byrmn6wp0r27lSXcT9MC4j-RQ2R04P1Z. Unzip the file into the /models/ folder. + # Limitations -The decensorship is intended to ONLY work on color hentai images that have minor to moderate censorship of the penis or vagina. +The decensorship is intended to work on color hentai images that have minor to moderate censorship of the penis or vagina. It does NOT work with: - Black and white images @@ -26,12 +31,7 @@ It does NOT work with: In particular, if a vagina or penis is completely censored out, decensoring will be ineffective. -# Releases -You can download the latest release [here](https://github.com/deeppomf/DeepCreamPy/releases/latest) or find all previous releases [here](https://github.com/deeppomf/DeepCreamPy/releases). - -If you want to run the code yourself, you can download the model from https://drive.google.com/open?id=1byrmn6wp0r27lSXcT9MC4j-RQ2R04P1Z. Unzip the file into the /models/ folder. - -# Dependencies +# Dependencies (for running the code yourself) - Python 3 - TensorFlow 1.10 - Pillow