0
0
Fork 0
mirror of https://github.com/boltgolt/howdy.git synced 2024-09-19 09:51:19 +02:00
Commit graph

553 commits

Author SHA1 Message Date
dmig
2c48350b23
replace face_recognition with dlib+numpy; add video_capture.release(); minor code cleanup 2018-12-09 14:27:21 +07:00
dmig
8671be425d
use defaults for config values; simplify path detection 2018-12-09 14:24:50 +07:00
dmig
b465982092
dark frame detection 2018-12-09 14:22:55 +07:00
dmig
377241bd2e
don't frighten user with slowdown message, it's not so significant; notify user about max name length 2018-12-09 13:50:35 +07:00
dmig
ff02a723d4
replace most subprocess calls with native calls; download and install dlib from tarball instead of making git clone; configure dlib according to cpu flags; do not install opencv using pip; set use_cnn option automatically; minor code cleanup 2018-12-09 13:30:37 +07:00
dmig
9c2507ed13
replace subprocess calls with native calls 2018-12-09 13:25:02 +07:00
dmig
82e4e9e10f
replace git dependency with wget|curl; fix opencv dependency; add recommended and suggested packages 2018-12-09 13:23:55 +07:00
dmig
1b8a7dc449
replace face_recognition with dlib+numpy; support for cnn detector; calculate scaling_factor outside of main cycle; use grayscale image for darkframe and face detection; fix winning model index detection; some minor code cleanups 2018-12-09 13:21:44 +07:00
dmig
c8c481aed2
use PATH constant 2018-12-09 13:15:31 +07:00
dmig
01e706fce6
speedup startup a bit 2018-12-09 13:12:28 +07:00
dmig
29c3a31a5b
fix models loading problem 2018-12-09 13:11:08 +07:00
dmig
31dab29aa7
use default values when reading from config 2018-12-09 12:28:45 +07:00
dmig
0c384baef2
speedup and improve face recognition; stable slow mode fps 2018-12-08 13:53:30 +07:00
dmig
d9e72c74dc
directory and instructions for dlib data files 2018-12-08 13:18:05 +07:00
dmig
d7bc38ea16
get rid of face_recognition module, support CNN 2018-12-07 14:28:07 +07:00
dmig
683837df91
new option for CNN 2018-12-07 14:26:01 +07:00
boltgolt
359720e566
Switched to pam-auth-update for debian installs as per #107 2018-12-05 12:23:07 +01:00
boltgolt
b7a084339f
Merge pull request #103 from luyatshimbalanga/master
Add Fedora installation instructions
2018-11-30 18:11:58 +01:00
Luya Tshimbalanga
9ca5be97fb
Add Fedora 2018-11-28 18:18:12 -08:00
boltgolt
2318034610
Added more in-depth test 2018-11-21 11:58:29 +01:00
dmig
bd02f998f2
remove last config access from main cycle 2018-11-21 11:32:28 +07:00
boltgolt
873211da4c
Reverting compare.py and adding new tests 2018-11-19 18:36:35 +01:00
boltgolt
dee2c98a99
Minor rollback for readability 2018-11-19 11:59:50 +01:00
boltgolt
23088907ad
Merge pull request #98 from dmig/master
code quality update
2018-11-19 10:55:11 +01:00
dmig
59e622c17d minor code readability changes 2018-11-18 13:56:52 +07:00
dmig
b8aa070600 remove unused imports 2018-11-18 13:55:58 +07:00
dmig
964e96377c use ConfigParser.get*() functions; move function definition out of main cycle; drop unused import; show recognition time 2018-11-18 13:49:16 +07:00
dmig
fa51ff7c10 use ConfigParser.get*() functions; drop unused import 2018-11-18 13:48:02 +07:00
dmig
56cf32388a use ConfigParser.get*() function 2018-11-18 13:46:20 +07:00
dmig
5b6ca8525c use ConfigParser.get*() functions; move config reading out of maincycle; drop unused import 2018-11-18 13:45:13 +07:00
boltgolt
b4ecafe61c
Merge pull request #94 from boltgolt/dev
Version 2.4.0
2018-11-09 21:44:01 +01:00
boltgolt
5741357e92
Text fixes 2018-11-09 21:29:23 +01:00
boltgolt
6b38d6dcf1
Ready for next release 2018-11-09 21:09:59 +01:00
boltgolt
aaa4a8a311
Lowered file permissions to more reasonable levels, as per #83 2018-11-09 20:26:19 +01:00
boltgolt
33204eeb94
Added migration for old device ids 2018-11-09 20:02:30 +01:00
boltgolt
1c544f0233
Changed device_id to device_path 2018-11-09 19:39:16 +01:00
boltgolt
b1f238d2fb
Revering to old installer, add check for #32 2018-11-09 18:53:31 +01:00
boltgolt
2e58a8d10e
Switching to device paths 2018-11-09 16:33:19 +01:00
boltgolt
b8c1730f65
Removed link to collect data about camera 2018-11-09 15:45:59 +01:00
boltgolt
6dce9b0f51
Added fakeroot to depends 2018-11-09 15:38:29 +01:00
boltgolt
cdca3bf8a2
Added lintian overrides 2018-11-09 15:30:33 +01:00
boltgolt
c6a7e06d5a
Removinf dlib build from installation 2018-11-09 12:43:10 +01:00
boltgolt
517948d07a
Changes to compare and cli config command, proposed in #89 and #90 2018-11-09 11:49:03 +01:00
boltgolt
0f4a1160bb
Add note to hopefully prevent more duplicates 2018-10-20 18:54:13 +02:00
boltgolt
0ada2bcc11
Update README.md 2018-10-04 09:59:39 +02:00
boltgolt
24155b984d
Merge pull request #79 from LucianBuzzo/patch-1
Fix typos in README
2018-10-04 09:39:30 +02:00
Lucian Buzzo
81e2d04e11
Fix typos in README 2018-10-03 15:58:03 +01:00
boltgolt
ca926fce2f
Added missing changelog entry 2018-09-24 19:05:37 +02:00
boltgolt
8e6f072e42
Merge pull request #75 from boltgolt/dev
Version 2.3.1
2018-09-24 18:45:54 +02:00
boltgolt
c2ea32c1a2
Typo 2018-09-24 18:23:50 +02:00