From fe038eb51b2771ea8ff57698a23f10e87ec7adb9 Mon Sep 17 00:00:00 2001 From: em474re Date: Mon, 13 Sep 2021 11:43:53 +0200 Subject: [PATCH] adjust README --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dcea89d..b3b3049 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,11 @@ CovidSpeechChallenge |-- vggish/ |-- run_experiments.sh ``` -- run .\run_experiments.sh +- run ```run_experiments.sh``` to do the feature extraction, SVM training and prediction for each features combination -## Acknowledgements +## About the code +- The ```features/``` folder will contain the extracted features after running the feature extraction codes. These are not included in this repository to limit the storage. +- The ```results/``` contains a subfolder for each experiment with the final predictions for devel and test subset (saved as csv file) + plot of the normalized confusion matrix saved as jpg image (only for predictions test subset) +- The ```src/``` folder contains the python files for all feature extraction and SVMs +- The ```vggish/``` folder contains the code necessary for VGGish and is downloaded from [https://modelzoo.co/model/audioset](https://modelzoo.co/model/audioset). +- Finally ```run_experiments.sh``` is a bash script that can be modified to only run parts of the experiments. \ No newline at end of file