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