Commit Graph

210 Commits

Author SHA1 Message Date
Adam Geitgey 8f33277824 Drop Python 2.x support and bump version 2020-09-26 16:12:53 +01:00
Adam Geitgey e0addfcb0d Fix pypi upload for new releases 2020-09-26 15:59:55 +01:00
Adam Geitgey 2604279f91
Merge pull request #1117 from mtrsk/fix-docstring
Fix docstrings in api.py
2020-09-26 15:42:33 +01:00
Adam Geitgey 186d64dc54
Merge pull request #1118 from ariyapour/blink-detection-fix
Blink detection fix
2020-09-26 15:42:10 +01:00
Adam Geitgey 8ebc0939ea
Merge pull request #1174 from zhulinpinyu/fix-annotation
fix annotation
2020-09-26 15:32:40 +01:00
Adam Geitgey d4448de6d2
Merge pull request #1196 from azdaly/master
Adding a fix for a common macOS failure mode
2020-09-26 15:31:56 +01:00
Adam Geitgey 5956ebf3fb
Merge pull request #1187 from vishnukvmd/patch-1
Fix minor error in documentation detailing the default model in use for face_encodings
2020-09-26 15:30:31 +01:00
Adam Geitgey 512d253229
Merge pull request #1213 from timgates42/bugfix_typo_euclidean
docs: Fix simple typo, eucledian -> euclidean
2020-09-26 15:29:51 +01:00
osthafen 3337c1e050 Make --upsample a parameter for command line face_recognition
Otherwise smaller faces can't be located via command line
2020-09-26 15:29:06 +01:00
Tim Gates 8057a2cf25
docs: Fix simple typo, eucledian -> euclidean
There is a small typo in examples/face_recognition_knn.py, examples/facerec_ipcamera_knn.py.

Should read `euclidean` rather than `eucledian`.
2020-09-12 07:29:50 +10:00
Alex Daly 13ba6a759a
Adding a fix for a common macOS failure mode 2020-08-09 06:55:40 -05:00
Vishnu Mohandas 876ebaaf03
Fix minor error in documentation detailing the default model in use for face_encodings 2020-07-16 04:17:01 +05:30
zhulinpinyu 35a3f9f983 fix annotation 2020-07-01 15:40:52 +08:00
Aref Ariyapour 15ab2fae58 Fix error caused by keyboard module in blink detection example
Using the keyboard module in linux requires root permission and if virtual envs are used to run the script, it will produce the following error:

ImportError(You must be root to use this library on linux.)

To solve this, use OpenCV waitKey() functionality.
2020-04-22 13:54:56 +02:00
Aref Ariyapour dd9d080cda Fix exit key in blink detection example
Set q for exiting the program. Move cv2.waitKey() outside the for loop that detects face landmarks.
2020-04-22 13:39:19 +02:00
Marcos Benevides a1fe6c4229 Fix docstrings in api.py 2020-04-19 11:51:53 -03:00
Adam Geitgey d34c622bf4
Update setup.cfg 2020-02-20 14:20:21 +00:00
Adam Geitgey e70f97e4a1
Bump version in setup.py 2020-02-20 14:19:46 +00:00
Adam Geitgey da03f6ea24
Update CI badge 2020-02-20 14:17:57 +00:00
Abdolkarim Saeedi 5e8114686e Update facerec_ipcamera_knn.py 2020-02-20 13:28:52 +00:00
Abdolkarim Saeedi c4106ce835 Add facerec_ipcamera_knn.py example
Real time facial recognition on ip cameras using knn.
2020-02-20 13:28:52 +00:00
Abdolkarim Saeedi 9fbab17b57 Delete facerec_ipcamera_knn.py 2020-02-20 13:28:52 +00:00
Abdolkarim Saeedi efbb40f223 Add files via upload
Real time fast face recognition on ip cameras using knn.
2020-02-20 13:28:52 +00:00
Miki 2d3c0ea1b7 add Japanese translation 2020-02-20 13:26:55 +00:00
Miki d708bedc9f create Japanese translation 2020-02-20 13:26:55 +00:00
Santiago Castro 2a883cb683 Remove unnecessary entry 2020-02-20 13:26:18 +00:00
Santiago Castro 69c8a0b7b8 Add build-system dependencies 2020-02-20 13:26:18 +00:00
Emanuel Haupt dc76b351c0 Add instructions for FreeBSD 2020-02-20 13:24:40 +00:00
kdesai2018 267571c362 added blink detection example 2020-02-20 13:23:40 +00:00
Santiago Castro ee6c7eb661 Unpin flake8 so it supports Python 3.8 2020-02-20 13:21:38 +00:00
Santiago Castro e4e18ec268 Drop support for Python 3.4 and add 3.8 2020-02-20 13:21:38 +00:00
Santiago Castro d621bb4c4c Use GitHub Actions for CI 2020-02-20 13:21:38 +00:00
Jason Koo b66dbd969b Dockerfile example libatlas-dev ref updated 2020-02-20 13:18:57 +00:00
Anand Baburajan 5fe85a1a8c Prints skipped training images 2019-12-18 15:20:02 +00:00
Anand Baburajan f737853707 Skip a pic if it has none or more than one face 2019-12-18 15:20:02 +00:00
Tejas Shah 4d7bc04946 allowed face_encodings to accept either 'large' or 'small' model 2019-12-18 15:16:35 +00:00
Ellie Kang a96484edc2 Update README_Korean.md
revise comments
2019-11-15 13:37:00 +00:00
Alexandr Katsko 54ba5bca01 Fix docstring in face_recognition.api.batch_face_locations 2019-11-13 08:03:20 +00:00
Tejas Shah 826824500f fixed leftover worker processes when user requested to end demo 2019-10-09 16:25:52 +02:00
Aliaksei Urbanski a9dd28d5f9 Update list of supported Python versions
The goal of these changes is to provide actual
information about supported Python versions.
I believe that only versions for those you have
tests on CI should be listed as supported.
2019-08-31 17:19:01 +02:00
Adam Geitgey df84e2cd8a Applying changes from #826 by chn-lee-yumi manually due to bad git history in PR 2019-08-20 14:12:35 +02:00
Anand Baburajan 59f4d299b6 Message if no faces in training image
Show a message if a training image contains none or more than one faces
2019-08-20 13:03:40 +02:00
Anand Baburajan 6ede62f44b Fixed a mistake 2019-06-30 16:36:08 +02:00
Anand Baburajan ab190f6f34 Update README.md 2019-06-13 11:07:02 +01:00
Anand Baburajan 130cbd13dc Update README.md 2019-06-13 11:07:02 +01:00
Anand Baburajan e4f8a5b135 Update README.md 2019-06-13 11:07:02 +01:00
Anand Baburajan 1bbda140f4 Update README.md 2019-06-13 11:07:02 +01:00
Anand Baburajan 7ff1ee5e5c Updated readme with svm 2019-06-13 11:07:02 +01:00
Anand Baburajan f074098948 Updated readme
Added a link for a new Python code example using a SVM
2019-06-13 11:07:02 +01:00
Adam Geitgey 3530650a42
Update README.md 2019-06-05 16:29:54 +01:00