From 23817f21760f1c98fdefb0d1a73b1de134ce6a69 Mon Sep 17 00:00:00 2001 From: deeppomf Date: Fri, 2 Nov 2018 05:11:50 -0400 Subject: [PATCH] add troubleshooting.md --- README.md | 31 +++++++++---------------------- TROUBLESHOOTING.md | 15 +++++++++++++++ 2 files changed, 24 insertions(+), 22 deletions(-) create mode 100644 TROUBLESHOOTING.md diff --git a/README.md b/README.md index a742fe4..8ead368 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,13 @@ Tensorflow, Keras, Pillow, and h5py can all be installed by running in the comma $ pip install -r requirements.txt ``` +If you experience this error: + +``` +ModuleNotFoundError: No module named '_pywrap_tensorflow_internal' +``` +See https://github.com/deeppomf/DeepCreamPy/issues/26#issuecomment-434043166 for alternative install instructions. + ## 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. @@ -108,30 +115,10 @@ Decensored images will be saved to the "decensor_output" folder. Decensoring tak To be implemented. ## Troubleshooting - -### Installation -``` -ModuleNotFoundError: No module named '_pywrap_tensorflow_internal' -``` -See https://github.com/deeppomf/DeepCreamPy/issues/26#issuecomment-434043166 - -### Decensoring -If your decensor output looks like this, then the censored regions were not colored correctly. - -![Bad decensor](/readme_images/mermaid_face_censored_bad_decensor.png) - -*Make sure you have antialiasing off.* - -Here are some examples of bad and good colorings: - -|Image|Zoom|Comment| -|--- | --- | ---| -|![Incomplete coloring](/readme_images/mermaid_face_censored_bad_incomplete.png)|![Incomplete coloring](/readme_images/mermaid_face_censored_bad_incomplete_zoom.png)|Some censored pixels was left uncolored. Expand your selections to fully cover all censored regions.| -|![Bad edges](/readme_images/mermaid_face_censored_bad_edge.png)|![Bad edges](/readme_images/mermaid_face_censored_bad_edge_zoom.png)|Some pixels around the edges of the green regions are not pure green. This will cause the green to bleed into the decensors. Make sure anti-aliasing is off and to use a pencil tool and not a brush tool if possible.| -|![Perfect coloring!](/readme_images/mermaid_face_censored_good.png)|![Perfect coloring! The censored region is uniformly colored correctly.](/readme_images/mermaid_face_censored_good_zoom.png)|Perfect coloring!| +Are decensors not looking good? See [TROUBLESHOOTING.md](TROUBLESHOOTING.md). ## FAQ -See [FAQ.md](FAQ.md) +See [FAQ.md](FAQ.md). ## To do - Finish the user interface (sometime in November) diff --git a/TROUBLESHOOTING.md b/TROUBLESHOOTING.md new file mode 100644 index 0000000..ca22629 --- /dev/null +++ b/TROUBLESHOOTING.md @@ -0,0 +1,15 @@ +# Troubleshooting + +If your decensor output looks like this, then the censored regions were not colored correctly. + +![Bad decensor](/readme_images/mermaid_face_censored_bad_decensor.png) + +*Make sure you have antialiasing off.* + +Here are some examples of bad and good colorings: + +|Image|Zoom|Comment| +|--- | --- | ---| +|![Incomplete coloring](/readme_images/mermaid_face_censored_bad_incomplete.png)|![Incomplete coloring](/readme_images/mermaid_face_censored_bad_incomplete_zoom.png)|Some censored pixels was left uncolored. Expand your selections to fully cover all censored regions.| +|![Bad edges](/readme_images/mermaid_face_censored_bad_edge.png)|![Bad edges](/readme_images/mermaid_face_censored_bad_edge_zoom.png)|Some pixels around the edges of the green regions are not pure green. This will cause the green to bleed into the decensors. Make sure anti-aliasing is off and to use a pencil tool and not a brush tool if possible.| +|![Perfect coloring!](/readme_images/mermaid_face_censored_good.png)|![Perfect coloring! The censored region is uniformly colored correctly.](/readme_images/mermaid_face_censored_good_zoom.png)|Perfect coloring!| \ No newline at end of file