--- 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 ```