erent commited on
Commit
3d47ee8
1 Parent(s): 53bfb6e

Upload 3 files

Browse files
Files changed (3) hide show
  1. data-00000-of-00001.arrow +3 -0
  2. dataset_info.json +64 -0
  3. state.json +16 -0
data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f093db726e1e40322ef296ee8d8ec5cede8555762f90529d01e61e0ccfd4743b
3
+ size 285153288
dataset_info.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "scene_parse_150",
3
+ "citation": "@inproceedings{zhou2017scene,\n title={Scene Parsing through ADE20K Dataset},\n author={Zhou, Bolei and Zhao, Hang and Puig, Xavier and Fidler, Sanja and Barriuso, Adela and Torralba, Antonio},\n booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition},\n year={2017}\n}\n\n@article{zhou2016semantic,\n title={Semantic understanding of scenes through the ade20k dataset},\n author={Zhou, Bolei and Zhao, Hang and Puig, Xavier and Fidler, Sanja and Barriuso, Adela and Torralba, Antonio},\n journal={arXiv preprint arXiv:1608.05442},\n year={2016}\n}\n",
4
+ "config_name": "instance_segmentation",
5
+ "dataset_name": "scene_parse_150",
6
+ "dataset_size": 1162541464,
7
+ "description": "Scene parsing is to segment and parse an image into different image regions associated with semantic categories, such as sky, road, person, and bed.\nMIT Scene Parsing Benchmark (SceneParse150) provides a standard training and evaluation platform for the algorithms of scene parsing.\nThe data for this benchmark comes from ADE20K Dataset which contains more than 20K scene-centric images exhaustively annotated with objects and object parts.\nSpecifically, the benchmark is divided into 20K images for training, 2K images for validation, and another batch of held-out images for testing.\nThere are totally 150 semantic categories included for evaluation, which include stuffs like sky, road, grass, and discrete objects like person, car, bed.\nNote that there are non-uniform distribution of objects occuring in the images, mimicking a more natural object occurrence in daily scene.\n",
8
+ "download_checksums": {
9
+ "http://sceneparsing.csail.mit.edu/data/ChallengeData2017/images.tar": {
10
+ "num_bytes": 892088320,
11
+ "checksum": null
12
+ },
13
+ "http://sceneparsing.csail.mit.edu/data/ChallengeData2017/annotations_instance.tar": {
14
+ "num_bytes": 90398720,
15
+ "checksum": null
16
+ },
17
+ "http://sceneparsing.csail.mit.edu/data/ChallengeData2017/release_test.tar": {
18
+ "num_bytes": 214906880,
19
+ "checksum": null
20
+ }
21
+ },
22
+ "download_size": 1197393920,
23
+ "features": {
24
+ "image": {
25
+ "_type": "Image"
26
+ },
27
+ "annotation": {
28
+ "_type": "Image"
29
+ }
30
+ },
31
+ "homepage": "http://sceneparsing.csail.mit.edu/",
32
+ "license": "BSD 3-Clause License",
33
+ "size_in_bytes": 2359935384,
34
+ "splits": {
35
+ "train": {
36
+ "name": "train",
37
+ "num_bytes": 862611496,
38
+ "num_examples": 20210,
39
+ "shard_lengths": [
40
+ 12000,
41
+ 8210
42
+ ],
43
+ "dataset_name": "scene_parse_150"
44
+ },
45
+ "test": {
46
+ "name": "test",
47
+ "num_bytes": 212427690,
48
+ "num_examples": 3352,
49
+ "dataset_name": "scene_parse_150"
50
+ },
51
+ "validation": {
52
+ "name": "validation",
53
+ "num_bytes": 87502278,
54
+ "num_examples": 2000,
55
+ "dataset_name": "scene_parse_150"
56
+ }
57
+ },
58
+ "version": {
59
+ "version_str": "1.0.0",
60
+ "major": 1,
61
+ "minor": 0,
62
+ "patch": 0
63
+ }
64
+ }
state.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "54f7aa9eda565258",
8
+ "_format_columns": [
9
+ "image",
10
+ "annotation"
11
+ ],
12
+ "_format_kwargs": {},
13
+ "_format_type": null,
14
+ "_output_all_columns": false,
15
+ "_split": null
16
+ }