From e70ab0cb11ec1718d3f4ea9c3224177e59528ffa Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 6 Aug 2022 15:46:27 -0300 Subject: Update README (I forgot, but I do know the file license) --- README | 4 +++- comp.py | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) 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? -- cgit v1.2.3-60-g2f50