forked from DCASE-REPO/bulbul_bird_detection_dcase2018
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.inc
23 lines (19 loc) · 983 Bytes
/
config.inc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# IMPORTANT:
# the IDs given with TRAIN and TEST variables (ff1010bird, warblrb10k, testdata, etc.)
# must correspond to
# - label files (files must be named $LABELPATH/$ID.csv)
# - audio files (files must be $AUDIOPATH/$ID/*.wav)
# path where label files are found
LABELPATH="/home/dans/dev/github/dcase2018_baseline/task3/labels/"
# path where audio files are found (in dataset subfolders)
AUDIOPATH="/home/dans/dev/github/dcase2018_baseline/task3/audio/"
# datasets making up the training set
TRAIN="ff1010bird warblrb10k BirdVox-DCASE-20k"
# datasets making up the testing set (multiple testing sets for dcase2018 task3; in baseline we ignore the fact that they are not one large pool)
TEST=""
# where to put work data (must be writable)
WORKPATH="/home/dans/dev/github/dcase2018_baseline/task3/workingfiles/"
# network configuration to use (network_$NETWORK.inc file)
NETWORK=final_submission
# email for notification on finished subtasks (if email address is given)
EMAIL=