1aurent commited on
Commit
9814e15
·
verified ·
1 Parent(s): 562453e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +75 -2
README.md CHANGED
@@ -59,7 +59,7 @@ dataset_info:
59
  struct:
60
  - name: x
61
  sequence: uint16
62
- - name: y
63
  sequence: uint16
64
  - name: click_date
65
  sequence: timestamp[us]
@@ -70,7 +70,7 @@ dataset_info:
70
  num_bytes: 4812448179.314
71
  num_examples: 25574
72
  - name: validation
73
- num_bytes: 464280715.0
74
  num_examples: 2000
75
  download_size: 5935251309
76
  dataset_size: 5276728894.314
@@ -81,4 +81,77 @@ configs:
81
  path: data/train-*
82
  - split: validation
83
  path: data/validation-*
 
 
 
 
 
 
 
 
 
 
 
 
 
84
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
59
  struct:
60
  - name: x
61
  sequence: uint16
62
+ - name: 'y'
63
  sequence: uint16
64
  - name: click_date
65
  sequence: timestamp[us]
 
70
  num_bytes: 4812448179.314
71
  num_examples: 25574
72
  - name: validation
73
+ num_bytes: 464280715
74
  num_examples: 2000
75
  download_size: 5935251309
76
  dataset_size: 5276728894.314
 
81
  path: data/train-*
82
  - split: validation
83
  path: data/validation-*
84
+ license: bsd
85
+ task_categories:
86
+ - object-detection
87
+ - mask-generation
88
+ language:
89
+ - en
90
+ tags:
91
+ - MIT
92
+ - CSAIL
93
+ - panoptic
94
+ pretty_name: ADE20K
95
+ size_categories:
96
+ - 10K<n<100K
97
  ---
98
+
99
+ # ADE20K Dataset
100
+
101
+ [![](https://groups.csail.mit.edu/vision/datasets/ADE20K/assets/images/examples.png)](https://groups.csail.mit.edu/vision/datasets/ADE20K/)
102
+
103
+ ## Description
104
+
105
+ ADE20K is composed of more than 27K images from the SUN and Places databases.
106
+ Images are fully annotated with objects, spanning over 3K object categories.
107
+ Many of the images also contain object parts, and parts of parts.
108
+ We also provide the original annotated polygons, as well as object instances for amodal segmentation.
109
+ Images are also anonymized, blurring faces and license plates.
110
+
111
+ ## Images
112
+
113
+ MIT, CSAIL does not own the copyright of the images. If you are a researcher or educator who wish to have a copy of the original images for non-commercial research and/or educational use, we may provide you access by filling a request in our site. You may use the images under the following terms:
114
+ 1. Researcher shall use the Database only for non-commercial research and educational purposes. MIT makes no representations or warranties regarding the Database, including but not limited to warranties of non-infringement or fitness for a particular purpose.
115
+ 2. Researcher accepts full responsibility for his or her use of the Database and shall defend and indemnify MIT, including their employees, Trustees, officers and agents, against any and all claims arising from Researcher's use of the Database, including but not limited to Researcher's use of any copies of copyrighted images that he or she may create from the Database.
116
+ 3. Researcher may provide research associates and colleagues with access to the Database provided that they first agree to be bound by these terms and conditions.
117
+ 4. MIT reserves the right to terminate Researcher's access to the Database at any time.
118
+ 5. If Researcher is employed by a for-profit, commercial entity, Researcher's employer shall also be bound by these terms and conditions, and Researcher hereby represents that he or she is fully authorized to enter into this agreement on behalf of such employer.
119
+
120
+ ## Software and Annotations
121
+
122
+ Image annotations provided belongs to MIT CSAIL and is licensed under a Creative Commons BSD-3 License Agreement
123
+
124
+ Copyright 2019 MIT, CSAIL
125
+
126
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
127
+ 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
128
+ 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
129
+ 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
130
+
131
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
132
+ IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
133
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
134
+
135
+ ## Citations
136
+
137
+ ```bibtex
138
+ @inproceedings{8100027,
139
+ title = {Scene Parsing through ADE20K Dataset},
140
+ author = {Zhou, Bolei and Zhao, Hang and Puig, Xavier and Fidler, Sanja and Barriuso, Adela and Torralba, Antonio},
141
+ year = 2017,
142
+ booktitle = {2017 IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
143
+ volume = {},
144
+ number = {},
145
+ pages = {5122--5130},
146
+ doi = {10.1109/CVPR.2017.544},
147
+ keywords = {Image segmentation;Semantics;Sun;Labeling;Visualization;Neural networks;Computer vision}
148
+ }
149
+ @misc{zhou2018semantic,
150
+ title = {Semantic Understanding of Scenes through the ADE20K Dataset},
151
+ author = {Bolei Zhou and Hang Zhao and Xavier Puig and Tete Xiao and Sanja Fidler and Adela Barriuso and Antonio Torralba},
152
+ year = 2018,
153
+ eprint = {1608.05442},
154
+ archiveprefix = {arXiv},
155
+ primaryclass = {cs.CV}
156
+ }
157
+ ```