forked from jrgillick/laughter-detection
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
59 lines (48 loc) · 1.98 KB
/
.gitignore
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
*.ipynb_checkpoints
*__pycache__
audio_set/
data/audioset/eval_segments.csv
data/audioset/unbalanced_train_laughter_audio/
data/audioset/unbalanced_train_segments.csv
checkpoints/not_used/
checkpoints/comparisons/baseline_mfcc/last.pth.tar
checkpoints/comparisons/baseline_mfcc_trained_on_audioset/events.out.tfevents.1610584049.sequoia
checkpoints/comparisons/baseline_mfcc_trained_on_audioset/last.pth.tar
checkpoints/comparisons/resnet_with_augmentation_trained_on_audioset/events.out.tfevents.1602036302.sequoia
checkpoints/comparisons/resnet_with_augmentation_trained_on_audioset/last.pth.tar
checkpoints/comparisons/resnet_without_augmentation/events.out.tfevents.1588007962.sequoia
checkpoints/comparisons/resnet_without_augmentation/last.pth.tar
checkpoints/comparisons/resnet_without_augmentation_trained_on_audioset/events.out.tfevents.1610583280.sequoia
checkpoints/comparisons/resnet_without_augmentation_trained_on_audioset/last.pth.tar
checkpoints/in_use/resnet_with_augmentation/events.out.tfevents.1586238947.sequoia
checkpoints/in_use/resnet_with_augmentation/last.pth.tar
data/audioset/annotations/clean_laughter_annotations_backup.csv
data/audioset/annotations/clean_laughter_annotations_jg.csv
data/audioset/annotations/clean_2nd_annotator_annotations_jg.csv
data/audioset/annotations/raw_annotations/
data/audioset/test/
data/audioset/train/
data/audioset/val/
data/audioset/eval_laughter_audio/
data/audioset/splits/dev_laughter_files.txt
data/audioset/splits/dev_negative_files.txt
data/audioset/splits/test_laughter_files.txt
data/audioset/splits/test_negative_files.txt
data/audioset/splits/train_laughter_files.txt
data/audioset/splits/train_negative_files.txt
data/background_noise_files/
data/background_music_files/
data/impulse_responses/
data/kimiko/
data/laugh_test1/
data/laugh_test2/
data/uist_clean_and_noisy_participants/
data/spotifyClips/
data/switchboard/
data/test_laughs2_old/
data/test_laughs30_old/
legacy/
Pipfile
Pipfile.lock
scripts/Development.ipynb
scripts/train_backup.py