|
|
93b8332555
|
face detect and classify from image
|
2020-10-16 11:04:20 +08:00 |
|
|
|
0f5adfd5cf
|
remove unused statement
|
2020-09-16 10:40:31 +08:00 |
|
|
|
8a4fb563cd
|
add MIT license
|
2020-09-15 17:09:18 +08:00 |
|
|
|
2c1b6416af
|
use OT to improve FPS
|
2020-09-03 15:34:26 +08:00 |
|
|
|
65c9ec0caf
|
test
|
2020-08-19 23:19:21 +08:00 |
|
|
|
3313d91414
|
push from gitlab test
|
2020-07-03 13:56:05 +08:00 |
|
|
|
2b88597aee
|
push from gitlab
|
2020-07-03 13:26:50 +08:00 |
|
|
|
e2698f7ae8
|
test
|
2020-07-03 11:48:58 +08:00 |
|
|
|
e9b923a864
|
supporting names in chinese
|
2020-05-29 10:34:39 +08:00 |
|
|
|
7599f86d07
|
remove chinese character
Some issuse in https://github.com/coneypo/Dlib_face_recognition_from_camera/pull/18;
Reset to old version adn will update when the issue fixed;
|
2020-05-18 17:53:36 +08:00 |
|
|
|
fefd44a54c
|
Merge pull request #18 from TianleLin/master
Mod: use PIL to make Chinese title availble
|
2020-05-13 10:42:27 +08:00 |
|
|
|
c57db57dfd
|
Mod: use PIL to make Chinese title availble
|
2020-05-13 10:33:38 +08:00 |
|
|
|
baaf84226a
|
add video stream fps log
|
2020-04-19 21:23:02 +08:00 |
|
|
|
64d797efcb
|
define class 'Face_register' and 'Face_recognizer'
|
2020-04-19 20:04:11 +08:00 |
|
|
|
3ca94d6d96
|
remove cvtColor
|
2020-04-02 17:41:45 +08:00 |
|
|
|
262609f91f
|
use 'iloc' instead of 'ix' to fix the bug of pandas version
|
2020-02-27 07:51:15 +08:00 |
|
|
|
bd5a4034f4
|
remove landmarks_5 dat
|
2019-12-21 01:13:40 +08:00 |
|
|
|
a0a070ce3a
|
Delete useless code
|
2019-11-20 00:26:31 +08:00 |
|
|
|
13b6807441
|
add the info for "cap.set"
|
2019-11-19 15:00:55 +08:00 |
|
|
|
fd13a6b7ec
|
Update get_faces_from_camera.py
|
2019-11-19 14:56:42 +08:00 |
|
|
|
c80b1d19b8
|
Update get_faces_from_camera.py
|
2019-11-19 14:41:28 +08:00 |
|
|
|
7e85411ae3
|
update readme
please install some python packages if needed
|
2019-08-28 10:36:58 +08:00 |
|
|
|
08deb0d608
|
Intro to algorithm and the way to customize names
1. Breif introduction of face reco algorithm: ResNet;
2. Add the patch to customize names instead of "Person 1", "Person 2"...
|
2019-04-26 15:41:35 +08:00 |
|
|
|
910ddcfe22
|
fix the bug the person>10
|
2019-04-12 15:41:38 +08:00 |
|
|
|
61d2406de2
|
fix the bug when people > 10
|
2019-04-12 14:36:05 +08:00 |
|
|
|
892c20b429
|
modify the default setting for save faces
|
2019-04-12 09:31:32 +08:00 |
|
|
|
9307bf0b76
|
face compare with min e_distance and modify overview.png
|
2019-04-09 11:43:15 +08:00 |
|
|
|
75e08ab0bf
|
remove personX.csv and fix the bug when no faces for personX
|
2019-04-05 20:11:10 +08:00 |
|
|
|
dcd3eaabc7
|
update readme
|
2019-03-24 11:28:27 +08:00 |
|
|
|
8479d60f55
|
modify readme.rst
|
2019-03-23 22:53:36 +08:00 |
|
|
|
922bf93706
|
add customize name
|
2019-03-23 22:50:40 +08:00 |
|
|
|
28b498ea03
|
add requirements.txt
|
2019-03-23 22:45:38 +08:00 |
|
|
|
9b548be9a6
|
update readme
|
2019-03-23 22:27:47 +08:00 |
|
|
|
c1d048ac92
|
uncomment imshow
|
2019-03-22 09:42:22 +08:00 |
|
|
|
7a9191d690
|
add some comments in english
|
2019-03-21 22:29:52 +08:00 |
|
|
|
ecae353dde
|
add the description of how to customize the names
|
2019-03-21 21:23:27 +08:00 |
|
|
|
42808b22ef
|
update some statements
|
2019-02-26 13:32:38 +08:00 |
|
|
|
795d36f74f
|
fix the bug when no 'n' then 's' will crash
|
2019-02-25 17:04:16 +08:00 |
|
|
|
8013c39ab5
|
fix the bug when no 'n' then 's' will crash
|
2019-02-25 17:03:44 +08:00 |
|
|
|
8683a15efc
|
Update get_faces_from_camera.py
|
2019-02-21 22:04:24 +08:00 |
|
|
|
d92bded2a7
|
bug fix: rerun will not delete the old faces
fix the bug when we rerun the 'n' and 's' function it will delete the old images of person_x;
当关闭摄像头窗口再次打开录入时,不会删除之前存储的人脸图像文件;
|
2019-02-21 21:52:31 +08:00 |
|
|
|
0830ac262a
|
Modify the names shown on the camera
You can modify the names with "Tom", "Jerry" and so on instead of "person_x" now.
|
2019-02-21 14:41:22 +08:00 |
|
|
|
7ebfb1247d
|
doc: add some notes
|
2019-01-28 15:31:19 +08:00 |
|
|
|
8fd983b29a
|
bug: fix the bug when creating a face folder with no photos
|
2019-01-11 15:07:12 +08:00 |
|
|
|
077ea324ab
|
doc: update the rst file
|
2019-01-10 21:09:39 +08:00 |
|
|
|
9d2be7bfff
|
doc: Update README.rst
|
2019-01-10 21:05:50 +08:00 |
|
|
|
447170d211
|
doc: Update README.rst
|
2019-01-10 21:05:00 +08:00 |
|
|
|
2c541bee75
|
Update README.md
|
2018-11-26 10:38:34 +08:00 |
|
|
|
ebb3bd5735
|
Update README.md
|
2018-11-26 10:37:30 +08:00 |
|
|
|
702e18bbd7
|
Update README.md
|
2018-11-26 10:36:45 +08:00 |
|