diff --git a/FAQ.md b/FAQ.md new file mode 100644 index 0000000..f4dec96 --- /dev/null +++ b/FAQ.md @@ -0,0 +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. \ No newline at end of file diff --git a/README.md b/README.md index 415d161..a742fe4 100644 --- a/README.md +++ b/README.md @@ -131,8 +131,7 @@ Here are some examples of bad and good colorings: |![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!| ## FAQ -- Q: Why aren't black and white images supported? Aren't black and white images easier to decensor than color images? -- A: Black and white images are harder to decensor than color images because neural networks struggle to replicate screentone patterns. +See [FAQ.md](FAQ.md) ## To do - Finish the user interface (sometime in November)