-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
37 lines (35 loc) · 1.21 KB
/
config.toml
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
[preprocessing]
# input directory
input_dir = "/datasets/ricordi/"
# output dir for blob files
blob_dir = "/datasets/ricordi/"
[data_entry]
# the annotation field that will be updated in the json
annotation_field = "annotazione1"
# the number of blobs in the control group
control_length = 500
# how many blobs should pass before one from the control group is picked (on average)
control_freq = 5
# port for the app
port = 1992
# the name that will be used for the control json
annotator = "mariecurie-cernusco1"
[data_entry.annotation_values]
# the buttons with their annotation value
"Bordo Pagina"= 0
Cancellatura = 1
Sbavatura = 2
"Testo Stampato" = 3
"Testo Manoscritto" = 4
"Pausa (intera o quasi)" = 5
"Nota Singola (con almeno la testa)" = 6
"Note Multiple (con almeno la testa)" = 7
"Accordo Singolo (con almeno le teste)" = 8
"Accordi Multipli (con almeno le teste)" = 9
"Alterazione/i (intera/e o quasi)" = 10
"Chiave/i (intera/i o quasi)" = 11
"Abbellimento/i (intero/i o quasi)" = 12
"Più categorie (con almeno un segno musicale)" = 14
"Più categorie (senza segni musicali)" = 15
"Altro (con almeno un segno musicale)" = 16
"Altro (senza segni musicali)" = 17