File size: 1,664 Bytes
a280062
 
 
 
 
 
 
 
 
 
af838fb
a280062
 
 
 
 
 
af838fb
a280062
 
 
 
 
 
4372c82
 
 
 
 
a280062
e2a3b8d
 
 
 
 
 
 
 
 
 
 
 
 
 
a280062
 
 
 
 
 
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
---
license: cc-by-nc-4.0
language:
- zh
pretty_name: AVDD-TCMI Dataset
tags:
- mulitimodal
- depression
- audio
- vedio
- TCM
size_categories:
- 1K<n<10K
task_categories:
- classification
- Depression detection 
---
## AVDD-TCMI Dataset

## Introduction
The **AVDD-TCMI dataset** is a multimodal dataset for depression detection. Our dataset comprises a total of 1,230 valid samples, including 969 non-depressed individuals and 261 depressed individuals. It contains two primary subsets:
- **HDS (Hospital Depression Subset):** HDS is collected from volunteers at West China Hospital of Sichuan University and includes 282 valid samples, comprising 159 non-depressed volunteers (including doctors, nurses, and patients without depression) and 123 clinically diagnosed depressed patients undergoing treatments.
- **SDS (Student Depression Subset):** SDS is collected from a middle school and contains 948 valid samples, including 810 non-depressed and 138 depressed volunteer students.

## Modalities
- **mulitimodal**
- **audio**
- **visual**

## Structure
```
AVDD-TCMI-dataset/
β”œβ”€β”€ HDS/
β”‚ β”œβ”€β”€ 0/
β”‚ β”‚ β”œβ”€β”€ 0_tcm/ # regional features extracted based on TCM facial inspection (images)
β”‚ β”‚ β”œβ”€β”€ 0_acoustic.csv # audio_features
β”‚ β”‚ └── 0_visual.csv # video_features
β”‚ └── ...
β”œβ”€β”€ SDS/
β”‚ └── 0/
β”‚ └── ...
β”œβ”€β”€ HDS_labels.csv # id,label (0=non-depressed,1=depressed),gender (f=female,m=male)
└── SDS_labels.csv
```

## Data Splits
This dataset is not pre-split into train/validation/test. Users should perform their own split.

## Contact
For questions, contact:[email protected]