JeffreyChou
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -22,7 +22,7 @@ After decompression, please check the completeness of your download data and mak
|
|
22 |
```
|
23 |
MM-AU # root of your MM-AU
|
24 |
βββ CAP-DATA
|
25 |
-
β βββ 1-10 #total 1556 video
|
26 |
β βββ 1
|
27 |
β βββ 001537/images
|
28 |
β βββ 000001.jpg
|
@@ -30,12 +30,12 @@ MM-AU # root of your MM-AU
|
|
30 |
β βββ 2
|
31 |
β βββ ......
|
32 |
β βββ 10
|
33 |
-
β βββ 11 #total 3083 video
|
34 |
-
β βββ 12-42 #total 1629 video
|
35 |
-
β βββ 43 #total 2150 video
|
36 |
-
β βββ 44-62 #total 1350 video
|
37 |
β βββ cap_text_annotations.xls
|
38 |
-
βββ DADA-DATA #total 1962 video
|
39 |
β βββ 1
|
40 |
β βββ 001/images
|
41 |
β βββ 0001.png
|
@@ -50,7 +50,7 @@ NEW!: The coco style datasets for object detection task has been uploaded!
|
|
50 |
|
51 |
Note: The object detection data used in the paper and the improved version MMAU-Detectv1 differ in both file names and number of videos due to different data cleaning methods and organization, but both maintain the same cocodataset style and the same dataset division strategy. The dataset used in the paper is provided to ensure the reproducibility of our paper, while the organization of MMAU-Detectv1 allows for better access to the video and image metadata when needed.
|
52 |
|
53 |
-
Note: There are 295013 items in MMAU_det_paper/train, 64745 items in MMAU_det_paper/test, 62731 items in MMAU_det_paper/val, 299015 items in MMAU_detv1/train, 63473 items in MMAU_detv1/test and 65386 items in MMAU_detv1/val. After decompression, please check the completeness of your download data.
|
54 |
|
55 |
|
56 |
NEW!:The checkpoints in the LOTVS-CAP Github repo has been uploaded!
|
|
|
22 |
```
|
23 |
MM-AU # root of your MM-AU
|
24 |
βββ CAP-DATA
|
25 |
+
β βββ 1-10 #total 1556 video sequences, takes 44GB
|
26 |
β βββ 1
|
27 |
β βββ 001537/images
|
28 |
β βββ 000001.jpg
|
|
|
30 |
β βββ 2
|
31 |
β βββ ......
|
32 |
β βββ 10
|
33 |
+
β βββ 11 #total 3083 video sequences, takes 96GB
|
34 |
+
β βββ 12-42 #total 1629 video sequences, takes 45GB
|
35 |
+
β βββ 43 #total 2150 video sequences, takes 44GB
|
36 |
+
β βββ 44-62 #total 1350 video sequences, takes 30GB
|
37 |
β βββ cap_text_annotations.xls
|
38 |
+
βββ DADA-DATA #total 1962 video sequences, takes 131GB
|
39 |
β βββ 1
|
40 |
β βββ 001/images
|
41 |
β βββ 0001.png
|
|
|
50 |
|
51 |
Note: The object detection data used in the paper and the improved version MMAU-Detectv1 differ in both file names and number of videos due to different data cleaning methods and organization, but both maintain the same cocodataset style and the same dataset division strategy. The dataset used in the paper is provided to ensure the reproducibility of our paper, while the organization of MMAU-Detectv1 allows for better access to the video and image metadata when needed.
|
52 |
|
53 |
+
Note: There are 295013 items(48GB) in MMAU_det_paper/train, 64745 items(11GB) in MMAU_det_paper/test, 62731 items(9.9GB) in MMAU_det_paper/val, 299015(42GB) items in MMAU_detv1/train, 63473 items(9.0GB) in MMAU_detv1/test and 65386 items(9.1GB) in MMAU_detv1/val. After decompression, please check the completeness of your download data.
|
54 |
|
55 |
|
56 |
NEW!:The checkpoints in the LOTVS-CAP Github repo has been uploaded!
|