You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: asset/DATASET.md
+11-9Lines changed: 11 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,19 @@
1
1
# Preparing Dataset
2
2
Our dataloader follows [Detectron2](https://github.com/facebookresearch/detectron2) contains (1) A dataset registrator. (2) A dataset mapper. (3) A dataset loader. We modify the dataset registrator and mapper for different datasets.
There are overlap between COCO2017, COCO-Karpathy and REF-COCO dataset, and ref-coco is all overalp with the COCO2017 training data, we have exclude the refcocog-umd validation, coco-karpathy test split during training.
7
7
8
-
## ADE20K, Cityscapes, COCO
8
+
9
+
## Evaluation Dataset
10
+
### ADE20K, Cityscapes, COCO
9
11
Please Refer to [Mask2Former](https://github.com/facebookresearch/Mask2Former/tree/main/datasets).
10
12
11
-
## BDD100K
13
+
###BDD100K
12
14
Please download the 10k split of BDD100k at https://doc.bdd100k.com/download.html#id1
13
15
14
-
### Expected dataset structure for cityscapes:
16
+
####Expected dataset structure for cityscapes:
15
17
```
16
18
.
17
19
└── bdd100k/
@@ -26,10 +28,10 @@ Please download the 10k split of BDD100k at https://doc.bdd100k.com/download.htm
26
28
└── sem_seg
27
29
```
28
30
29
-
## RefCOCO
31
+
###RefCOCO
30
32
Please download the original refcoco datasets at https://github.com/lichengunc/refer.
31
33
32
-
### Expected dataset structure for refcoco:
34
+
####Expected dataset structure for refcoco:
33
35
```
34
36
.
35
37
└── refcocoseg/
@@ -40,7 +42,7 @@ Please download the original refcoco datasets at https://github.com/lichengunc/r
40
42
```
41
43
42
44
Also download the coco dataset at https://cocodataset.org/#home:
43
-
### Expected dataset structure for coco:
45
+
####Expected dataset structure for coco:
44
46
```
45
47
.
46
48
└── coco/
@@ -56,9 +58,9 @@ After preparing the dataset, run the following command:
0 commit comments