Skip to content

linlemn/DepressionDectection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DepressionDectection

This depression detection work is run on Jupyter notebook.

Dataset

  1. DAIC: https://dcapswoz.ict.usc.edu/
  2. AVID: http://avec2013-db.sspnet.eu/
  3. To obtain both DAIC and AVID datasets, agreement forms should be signed and return to corresponding email address

How to run

DAIC

Classification model training code and regression model training code are provided in classfication folder and regression folder. To run the code, prefix in BiLSTM.ipynb, cnn_audio.py and fusion_net.ipynb should be set to the path where DAIC dataset placed. To run fusion_net.ipynb, path of trained lstm_model and cnn_model should be set corresponding path.

AVID

Preprocessing code of audio recordings in AVID dataset is offered in AudioPreprocess.ipynb. You should change the paths to your AVID dataset path before runing. Regression model training code is provided in cnn_audio_reg_avid.py. The input required by the training code is preprocessed audio clips, which is saved in avid_info.pkl. Therefore, prefix varaible should be set to the path where avid_info.pkl stored during the preprocessing step.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors