giacomov commited on
Commit
2a466a1
·
verified ·
1 Parent(s): 22bf12f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +68 -0
README.md CHANGED
@@ -153,4 +153,72 @@ configs:
153
  path: data/train-*
154
  - split: validation
155
  path: data/validation-*
 
 
 
 
 
 
 
 
 
 
156
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
153
  path: data/train-*
154
  - split: validation
155
  path: data/validation-*
156
+ license: cc-by-4.0
157
+ task_categories:
158
+ - image-classification
159
+ language:
160
+ - en
161
+ tags:
162
+ - dogs
163
+ pretty_name: Tsinghua Dogs Dataset
164
+ size_categories:
165
+ - 10K<n<100K
166
  ---
167
+ # Dataset Card for Dataset Name
168
+
169
+ <!-- Provide a quick summary of the dataset. -->
170
+
171
+ Tsinghua Dogs Dataset from https://cg.cs.tsinghua.edu.cn/ThuDogs/
172
+
173
+ ## Dataset Details
174
+
175
+ ### Dataset Description
176
+
177
+ Images of dogs divided in classes. The original link above https://cg.cs.tsinghua.edu.cn/ThuDogs/ has also bounding boxes and other annotations.
178
+
179
+
180
+
181
+ - **Curated by:** https://cg.cs.tsinghua.edu.cn/ThuDogs/
182
+ - **Funded by [optional]:** https://cg.cs.tsinghua.edu.cn/ThuDogs/
183
+ - **License:** CC-4.0 Attribution
184
+
185
+ ### Dataset Sources [optional]
186
+
187
+ https://cg.cs.tsinghua.edu.cn/ThuDogs/
188
+
189
+ - **Repository:** https://cg.cs.tsinghua.edu.cn/ThuDogs/
190
+ - **Paper [optional]:** https://doi.org/10.1007/s41095-020-0184-6
191
+
192
+
193
+ ## Dataset Structure
194
+
195
+ Image (PIL) and label (string)
196
+
197
+
198
+ ## Dataset Creation
199
+
200
+ ### Curation Rationale
201
+
202
+ Made this dataset available in HF format
203
+
204
+
205
+ ### Source Data
206
+
207
+ https://cg.cs.tsinghua.edu.cn/ThuDogs/
208
+
209
+ ## Citation [optional]
210
+
211
+ "A new dataset of dog breed images and a benchmark for fine-grained classification", Computational Visual Media, 2020
212
+
213
+ **BibTeX:**
214
+
215
+ ```
216
+ @article{Zou2020ThuDogs,
217
+ title={A new dataset of dog breed images and a benchmark for fine-grained classification},
218
+ author={Zou, Ding-Nan and Zhang, Song-Hai and Mu, Tai-Jiang and Zhang, Min},
219
+ journal={Computational Visual Media},
220
+ year={2020},
221
+ url={https://doi.org/10.1007/s41095-020-0184-6}
222
+ }
223
+
224
+ ```