-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
62 lines (45 loc) · 1.1 KB
/
config.yaml
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
54
55
56
57
58
59
60
61
62
################################################################################
# DATA CONFIG ##################################################################
dataset: ???
root: ???
tusz:
version: "v1.5.2"
password: ???
force_download: false
raw: "${root}/TUSZ/${.version}"
raw_edf: "${.raw}/edf"
raw_doc: "${.raw}/_DOCS"
processed: "${root}/TUSZ/processed"
subsets:
- dev
- train
- eval
excluded_patients:
dev:
- "00001027"
- "00001981"
- "00004671"
- "00006546"
- "00009842"
labels:
map:
bckg: 0 # Background
# SEIZURE LABEL - BINARY
seiz: 1
# COMBINED FOCAL
spsz: 1 # Simple Partial Seizure
cpsz: 1 # Complex Partial Seizure
fnsz: 1 # Focal Non-Specific Seizure
# COMBINED TONIC
tnsz: 2 # Tonic Seizure
cnsz: 2 # Clonic Seizure
tcsz: 2 # Tonic Clonic Seizure
# GENERALIZED NON-SPECIFIC
gnsz: 3 # Generalized Non-Specific Seizure
# Absence Seizure
absz: 4 # Absence Seizure
# EXCLUDED
mysz: null # Myoclonic Seizure
binary: false
signals:
sampling_rate: 250 # Hz