summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-08-06 15:46:27 -0300
committerJesusaves <cpntb1@ymail.com>2022-08-06 15:46:27 -0300
commite70ab0cb11ec1718d3f4ea9c3224177e59528ffa (patch)
treed6a79e4f735c6108ba1e2435a8d7afbb06edbcf8
parent98179bd7e77fbc54ca81bd9aa1ff2d93584c2385 (diff)
downloadupdates-e70ab0cb11ec1718d3f4ea9c3224177e59528ffa.tar.gz
updates-e70ab0cb11ec1718d3f4ea9c3224177e59528ffa.tar.bz2
updates-e70ab0cb11ec1718d3f4ea9c3224177e59528ffa.tar.xz
updates-e70ab0cb11ec1718d3f4ea9c3224177e59528ffa.zip
Update README (I forgot, but I do know the file license)
-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?