-
Notifications
You must be signed in to change notification settings - Fork 35
/
config.ini
54 lines (43 loc) · 1.51 KB
/
config.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
[general]
# Visualize aligned crop of face detection
debug = True
[camera]
id = 0
resolution = 1024x768
flip_horizontal = 1
[window]
caption = TUT Age Estimator
displaysize = 1200x900
freetype_fontpath = Verdana.ttf
[server]
num_frames = 8
[recognition]
multitask_folder=recognizers/multitask/MOBILENET_2019-04-09-08-43-46
celeb_dataset determines the features loaded (ie. features_<celeb_dataset>.h5)
#celeb_dataset = FinnishCelebs_aligned_YueMethod
#visualization_path = recognizers/celebrities/data/visualization_FinnishCelebs_unprocessed
celeb_dataset = CelebA_aligned_5points
visualization_path = recognizers/celebrities/data/CelebA/CelebA_aligned_5points
mindetections = 2
aligner = recognizers/alignment/model-056-0.716316-0.967865.h5
aligner_targets = recognizers/alignment/targets_symm.txt
[celebmodels]
# Top model is the default, rest can be changed to while the program is running
0 = recognizers/celebrities/network/seresnet18_STRUCT_2019-04-03-02-56-41
0_desc = Default (squeeze-excite Resnet18), aligned with 5 point method
;1 = recognizers/celebrities/network/resnet34_STRUCT_2019-04-03-02-14-26
;1_desc = Alternative (Resnet 34), aligned with 5 point method
[expressions]
0 = No smile
1 = Smile
# Current multitask model only supports the two above expressions.
;2 = Sad
;3 = Surprise
;4 = Fear
;5 = Disgust
;6 = Anger
[detection]
input_width = 240
input_height = 180
inference_graph = detection/240x180_depth075_ssd_mobilenetv1/frozen_inference_graph.pb
text_graph = detection/240x180_depth075_ssd_mobilenetv1/graph.pbtxt