Mar-rill commited on
Commit
a280062
Β·
verified Β·
1 Parent(s): 4fd249b

Update README.md

Browse files

Initial upload: AVDD-TCMI dataset (HDS + SDS) β€” 13.5GB

Files changed (1) hide show
  1. README.md +42 -3
README.md CHANGED
@@ -1,3 +1,42 @@
1
- ---
2
- license: cc-by-nc-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ language:
4
+ - zh
5
+ pretty_name: AVDD-TCMI Dataset
6
+ tags:
7
+ - mulitimodal
8
+ - depression
9
+ - audio
10
+ - vedio
11
+ size_categories:
12
+ - 1K<n<10K
13
+ task_categories:
14
+ - classification
15
+ - Depression detection
16
+ ---
17
+ #AVDD-TCMI Dataset
18
+
19
+ ## Introduction
20
+ 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:
21
+ - **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.
22
+ - **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.
23
+
24
+ ## Structure
25
+ AVDD-TCMI-dataset/
26
+ β”œβ”€β”€ HDS/
27
+ β”‚ β”œβ”€β”€ 0/
28
+ β”‚ β”‚ β”œβ”€β”€ 0_tcm/ # regional features extracted based on TCM facial inspection (images)
29
+ β”‚ β”‚ β”œβ”€β”€ 0_acoustic.csv # audio_features
30
+ β”‚ β”‚ └── 0_visual.csv # video_features
31
+ β”‚ └── ...
32
+ β”œβ”€β”€ SDS/
33
+ β”‚ β”œβ”€β”€ 0/
34
+ β”‚ └── ...
35
+ β”œβ”€β”€ HDS_labels.csv # id,label (0=non-depressed,1=depressed),gender (f=female,m=male)
36
+ └── SDS_labels.csv
37
+
38
+ ## Data Splits
39
+ This dataset is not pre-split into train/validation/test. Users should perform their own split.
40
+
41
+ ## Contact
42
+ For questions, contact:[email protected]