summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README4
-rwxr-xr-xcomp.py2
2 files changed, 5 insertions, 1 deletions
diff --git a/README b/README
index b7102c2..26a537c 100644
--- a/README
+++ b/README
@@ -63,4 +63,6 @@ pip3 install pillow opencv-python```
square/
base/ ← Save your images here
-DISCLAIMER: lbpcascade_animeface obtained from https://github.com/nagadomi/lbpcascade_animeface - License state unknown. Feel free to use your own cascate rule, which is also required for some images.
+DISCLAIMER: lbpcascade_animeface obtained from https://github.com/nagadomi/lbpcascade_animeface - Licensed under MIT.
+There are more models in https://github.com/opencv/opencv/tree/master/data.
+However, feel free to use your own cascate rule, which is also required for some images.
diff --git a/comp.py b/comp.py
index 9b9d66d..e913af7 100755
--- a/comp.py
+++ b/comp.py
@@ -81,3 +81,5 @@ subprocess.call("chmod --recursive 444 %s/*" % PATH, shell=True)
print("FILENAME: %s" % fn)
print("Register it in \"token\" value of server config to serve all-in-one downloads.")
print("(This feature might not yet have been implemented, though)")
+
+# FIXME: Maybe give the ZIP file link on the index.html page?