Datasets:
Tasks:
Image Segmentation
Sub-tasks:
instance-segmentation
Languages:
English
Size:
10K<n<100K
ArXiv:
Tags:
scene-parsing
License:
Update scene_parse_150.py
Browse files- scene_parse_150.py +3 -3
scene_parse_150.py
CHANGED
@@ -52,12 +52,12 @@ _LICENSE = "BSD 3-Clause License"
|
|
52 |
|
53 |
_URLS = {
|
54 |
"scene_parsing": {
|
55 |
-
"train/val": "
|
56 |
"test": "http://data.csail.mit.edu/places/ADEchallenge/release_test.zip",
|
57 |
},
|
58 |
"instance_segmentation": {
|
59 |
-
"images": "
|
60 |
-
"annotations": "
|
61 |
"test": "http://sceneparsing.csail.mit.edu/data/ChallengeData2017/release_test.tar",
|
62 |
},
|
63 |
}
|
|
|
52 |
|
53 |
_URLS = {
|
54 |
"scene_parsing": {
|
55 |
+
"train/val": "https://drive.google.com/file/d/14Sw0t0gIWfuHQcXI_rz2b76w933rfrdR/view?usp=sharing",
|
56 |
"test": "http://data.csail.mit.edu/places/ADEchallenge/release_test.zip",
|
57 |
},
|
58 |
"instance_segmentation": {
|
59 |
+
"images": "https://drive.google.com/file/d/1KneRRYipM5T7qULU_TDSIw_-TP2z0L0u/view?usp=sharing",
|
60 |
+
"annotations": "https://ade20k.s3.ap-southeast-2.amazonaws.com/annotations_instance.zip",
|
61 |
"test": "http://sceneparsing.csail.mit.edu/data/ChallengeData2017/release_test.tar",
|
62 |
},
|
63 |
}
|