Datasets:
Tasks:
Image Segmentation
Sub-tasks:
instance-segmentation
Languages:
English
Size:
10K<n<100K
ArXiv:
Tags:
scene-parsing
License:
Update phao_resize.py
Browse files- phao_resize.py +5 -5
phao_resize.py
CHANGED
@@ -52,13 +52,13 @@ _LICENSE = "BSD 3-Clause License"
|
|
52 |
|
53 |
_URLS = {
|
54 |
"scene_parsing": {
|
55 |
-
"train/val": "https://
|
56 |
-
"test": "https://
|
57 |
},
|
58 |
"instance_segmentation": {
|
59 |
-
"images": "https://
|
60 |
-
"annotations": "https://
|
61 |
-
"test": "https://
|
62 |
},
|
63 |
}
|
64 |
|
|
|
52 |
|
53 |
_URLS = {
|
54 |
"scene_parsing": {
|
55 |
+
"train/val": "https://phaoresize.s3.ap-southeast-2.amazonaws.com/LabelPhao.zip",
|
56 |
+
"test": "https://phaoresize.s3.ap-southeast-2.amazonaws.com/release_test.zip",
|
57 |
},
|
58 |
"instance_segmentation": {
|
59 |
+
"images": "https://phaoresize.s3.ap-southeast-2.amazonaws.com/images.zip",
|
60 |
+
"annotations": "https://phaoresize.s3.ap-southeast-2.amazonaws.com/annotations_instance.zip",
|
61 |
+
"test": "https://phaoresize.s3.ap-southeast-2.amazonaws.com/release_test.zip",
|
62 |
},
|
63 |
}
|
64 |
|