rohis commited on
Commit
1ca79d2
·
verified ·
1 Parent(s): 2dcc73b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -102
README.md CHANGED
@@ -106,126 +106,53 @@ session = fo.launch_app(dataset)
106
 
107
 
108
 
109
- - **Curated by:** [More Information Needed]
110
- - **Funded by [optional]:** [More Information Needed]
111
- - **Shared by [optional]:** [More Information Needed]
112
  - **Language(s) (NLP):** en
113
  - **License:** unknown
114
 
115
- ### Dataset Sources [optional]
116
-
117
- <!-- Provide the basic links for the dataset. -->
118
-
119
- - **Repository:** [More Information Needed]
120
- - **Paper [optional]:** [More Information Needed]
121
- - **Demo [optional]:** [More Information Needed]
122
-
123
- ## Uses
124
-
125
- <!-- Address questions around how the dataset is intended to be used. -->
126
-
127
- ### Direct Use
128
-
129
- <!-- This section describes suitable use cases for the dataset. -->
130
-
131
- [More Information Needed]
132
-
133
- ### Out-of-Scope Use
134
-
135
- <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
136
-
137
- [More Information Needed]
138
-
139
  ## Dataset Structure
140
 
141
  <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
142
 
143
- [More Information Needed]
 
 
 
 
 
 
 
 
 
 
 
 
 
144
 
145
  ## Dataset Creation
146
 
147
- ### Curation Rationale
148
-
149
- <!-- Motivation for the creation of this dataset. -->
150
-
151
- [More Information Needed]
152
-
153
- ### Source Data
154
-
155
- <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
156
-
157
- #### Data Collection and Processing
158
-
159
- <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
160
-
161
- [More Information Needed]
162
-
163
- #### Who are the source data producers?
164
-
165
- <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
166
-
167
- [More Information Needed]
168
-
169
- ### Annotations [optional]
170
-
171
- <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
172
 
173
- #### Annotation process
174
-
175
- <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
176
-
177
- [More Information Needed]
178
-
179
- #### Who are the annotators?
180
-
181
- <!-- This section describes the people or systems who created the annotations. -->
182
-
183
- [More Information Needed]
184
-
185
- #### Personal and Sensitive Information
186
-
187
- <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
188
-
189
- [More Information Needed]
190
-
191
- ## Bias, Risks, and Limitations
192
-
193
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
194
-
195
- [More Information Needed]
196
-
197
- ### Recommendations
198
-
199
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
200
-
201
- Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
202
-
203
- ## Citation [optional]
204
 
205
  <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
206
 
207
  **BibTeX:**
208
 
209
- [More Information Needed]
210
-
211
- **APA:**
212
-
213
- [More Information Needed]
214
-
215
- ## Glossary [optional]
216
-
217
- <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
218
-
219
- [More Information Needed]
220
-
221
- ## More Information [optional]
222
-
223
- [More Information Needed]
224
 
225
- ## Dataset Card Authors [optional]
226
 
227
- [More Information Needed]
228
 
229
  ## Dataset Card Contact
230
 
231
- [More Information Needed]
 
106
 
107
 
108
 
109
+ - **Curated by:** Introduced by Wang et al. in [Learning to Detect Salient Objects With Image-Level Supervision](https://paperswithcode.com/paper/learning-to-detect-salient-objects-with-image)
 
 
110
  - **Language(s) (NLP):** en
111
  - **License:** unknown
112
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
113
  ## Dataset Structure
114
 
115
  <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
116
 
117
+ ```
118
+ Name: DUTS
119
+ Media type: image
120
+ Num samples: 15572
121
+ Persistent: False
122
+ Tags: []
123
+ Sample fields:
124
+ id: fiftyone.core.fields.ObjectIdField
125
+ filepath: fiftyone.core.fields.StringField
126
+ tags: fiftyone.core.fields.ListField(fiftyone.core.fields.StringField)
127
+ metadata: fiftyone.core.fields.EmbeddedDocumentField(fiftyone.core.metadata.ImageMetadata)
128
+ ground_truth: fiftyone.core.fields.EmbeddedDocumentField(fiftyone.core.labels.Segmentation)
129
+ ```
130
+ The dataset has 2 splits: "train" and "test". Samples are tagged with their split.
131
 
132
  ## Dataset Creation
133
 
134
+ Introduced by Wang et al. in [Learning to Detect Salient Objects With Image-Level Supervision](https://paperswithcode.com/paper/learning-to-detect-salient-objects-with-image)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
135
 
136
+ ## Citation
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
137
 
138
  <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
139
 
140
  **BibTeX:**
141
 
142
+ ```
143
+ @inproceedings{wang2017,
144
+ title={Learning to Detect Salient Objects with Image-level Supervision},
145
+ author={Wang, Lijun and Lu, Huchuan and Wang, Yifan and Feng, Mengyang
146
+ and Wang, Dong, and Yin, Baocai and Ruan, Xiang},
147
+ booktitle={CVPR},
148
+ year={2017}
149
+ }
150
+ ```
 
 
 
 
 
 
151
 
152
+ ## Dataset Card Authors
153
 
154
+ Dataset conversion and data card contributed by [Rohith Raj Srinivasan](https://huggingface.co/rohis).
155
 
156
  ## Dataset Card Contact
157
 
158
+ [Rohith Raj Srinivasan](https://huggingface.co/rohis)