File size: 1,206 Bytes
216a458
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7f4b25c
216a458
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: cc-by-nc-4.0
---
Here is the dataset repo of paper "Abductive Ego-View Accident Video Understanding for Safe Driving Perception"

The Github repo: [Link](https://github.com/jeffreychou777/LOTVS-MM-AU)

Due to the large amount of data, chunked compression is used before uploading.

After downloading the data, You need to merge the files before extracting them.

```
#Take DADA2000 as an example

cd DADA-2000_chunks
cat DADA2000.part_* > DADA2000.tar.gz
tar -xzvf DADA2000.tar.gz

```

After decompression, please make the file structured as following:
```
MM-AU # root of your MM-AU
β”œβ”€β”€ CAP-DATA
β”‚   β”œβ”€β”€ 1-10
β”‚       β”œβ”€β”€ 1
β”‚           β”œβ”€β”€ 001537/images
β”‚               β”œβ”€β”€ 000001.jpg
β”‚               β”œβ”€β”€ ......
β”‚       β”œβ”€β”€ 2
β”‚       β”œβ”€β”€ ......
β”‚       β”œβ”€β”€ 10
β”‚   β”œβ”€β”€ 11
β”‚   β”œβ”€β”€ 12-42
β”‚   β”œβ”€β”€ 43
β”‚   β”œβ”€β”€ 44-62
β”‚   β”œβ”€β”€ cap_text_annotations.xls
β”œβ”€β”€ DADA-DATA
β”‚   β”œβ”€β”€ 1
β”‚       β”œβ”€β”€ 001/images
β”‚           β”œβ”€β”€ 0001.png
β”‚           β”œβ”€β”€ ......
β”‚   β”œβ”€β”€ 2
β”‚   β”œβ”€β”€ ......
β”‚   β”œβ”€β”€ 61
β”‚   β”œβ”€β”€ dada_text_annotations.xlsx
```