mirror of
https://github.com/Deepshift/DeepCreamPy.git
synced 2025-01-05 21:55:57 +00:00
explain coloring mistakes
This commit is contained in:
parent
3a27de74d1
commit
0fd7814f6b
17
README.md
17
README.md
@ -73,7 +73,7 @@ Decensor the images by running
|
||||
$ python decensor.py
|
||||
```
|
||||
|
||||
Decensored images will be saved to the "decensor_output" folder.
|
||||
Decensored images will be saved to the "decensor_output" folder. Decensoring takes a few minutes per image.
|
||||
|
||||
## II. Decensoring mosaic censors
|
||||
|
||||
@ -83,6 +83,21 @@ To be implemented.
|
||||
|
||||
To be implemented.
|
||||
|
||||
# Troubleshooting
|
||||
If your decensor output looks like this:
|
||||
![Bad decensor](/readme_images/mermaid_face_censored_bad_decensor.png)
|
||||
then the colored regions were not colored correctly.
|
||||
|
||||
Make sure you have antialiasing off.
|
||||
|
||||
Here are some examples of bad and good colorings:
|
||||
|
||||
|Image|Comment|
|
||||
|--- | --- |
|
||||
|![Incomplete coloring](/readme_images/mermaid_face_censored_bad_incomplete.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)|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!|
|
||||
|
||||
# To do
|
||||
- Finish the user interface
|
||||
|
||||
|
BIN
readme_images/mermaid_face_censored.png
Normal file
BIN
readme_images/mermaid_face_censored.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 295 KiB |
BIN
readme_images/mermaid_face_censored_bad_decensor.png
Normal file
BIN
readme_images/mermaid_face_censored_bad_decensor.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 303 KiB |
BIN
readme_images/mermaid_face_censored_bad_edge.png
Normal file
BIN
readme_images/mermaid_face_censored_bad_edge.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 294 KiB |
BIN
readme_images/mermaid_face_censored_bad_incomplete.png
Normal file
BIN
readme_images/mermaid_face_censored_bad_incomplete.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 295 KiB |
BIN
readme_images/mermaid_face_censored_good.png
Normal file
BIN
readme_images/mermaid_face_censored_good.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 290 KiB |
Loading…
Reference in New Issue
Block a user