Commit graph

22 commits

Author SHA1 Message Date
dmig
7aac419bd7 importing all modules at the beginning is ~40% faster 2018-12-12 14:45:23 +07:00
dmig
4f11da686f one more detector init thread 2018-12-12 00:15:35 +07:00
dmig
62aabdf480 initialize recognizers in threads instead of camera init 2018-12-12 00:08:13 +07:00
dmig
f4d231cca8 proper cam init time measuring 2018-12-11 23:44:30 +07:00
dmig
c90d977352 fix broken previous commit 2018-12-11 16:40:06 +07:00
dmig
bedfa8020c
more informative debug 2018-12-11 16:30:45 +07:00
dmig
02a9aee63a
convert timings from list to dict; move camera initialization to separate thread 2018-12-11 16:24:35 +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
bd02f998f2
remove last config access from main cycle 2018-11-21 11:32:28 +07:00
dmig
59e622c17d minor code readability changes 2018-11-18 13:56:52 +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
1c544f0233
Changed device_id to device_path 2018-11-09 19:39:16 +01:00
boltgolt
5751650af3
Added config option to set height and width of frame from #40 2018-06-28 14:36:47 +02:00
boltgolt
334da6e3a5
Fixed devision by zero issue from #44 2018-06-07 21:32:08 +02:00
boltgolt
22cc108e87 Added auto config backup and restore for upgarades
This does remove all comments from the config file
2018-05-10 15:05:27 +02:00
boltgolt
2002f4c6b5 More fixes for #27 2018-05-03 16:12:17 +02:00
boltgolt
ad2bfd50c5 Added fixes for #29 and #30 2018-05-03 15:47:44 +02:00
boltgolt
50f36f2b90 More debian-like folder structure 2018-04-07 16:22:13 +02:00
Renamed from compare.py (Browse further)