sdiaeyu6n commited on
Commit
171c3f8
1 Parent(s): d8689e4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -279,23 +279,23 @@ configs:
279
  - split: test
280
  path: data/test-*
281
  ---
282
- # Dataset Card for QuickDraw Dataset
283
 
284
- This dataset card aims to provide comprehensive information about the QuickDraw dataset, a collection of hand-drawn sketches used for training and evaluating sketch classification models.
285
 
286
  ## Dataset Details
287
 
288
  ### Dataset Description
289
 
290
- The QuickDraw dataset is a large-scale collection of hand-drawn sketches curated by the research team at TU Berlin. The dataset includes 20,000 unique sketches across 250 object categories, contributed by participants from around the world. The primary purpose of this dataset is to facilitate research in the field of computer vision, particularly for tasks related to sketch recognition and classification.
291
 
292
  - **Curated by:** TU Berlin research team
293
  - **Shared by [optional]:** TU Berlin
294
 
295
  ### Dataset Sources
296
 
297
- - **Source:** [QuickDraw Dataset Source](https://cybertron.cg.tu-berlin.de/eitz/projects/classifysketch/)
298
- - **Paper:** [QuickDraw Dataset Paper](https://cybertron.cg.tu-berlin.de/eitz/pdf/2012_siggraph_classifysketch.pdf)
299
 
300
  ## Uses
301
 
@@ -320,7 +320,7 @@ The dataset is organized into categories, each containing a collection of hand-d
320
 
321
  ### Dataset Splits
322
 
323
- I downloaded the QuickDraw dataset and split it into train set, validation set, and test set.
324
 
325
  - **Train Set:**
326
  - **Number of Examples:** 16,000
@@ -349,7 +349,7 @@ val_data, test_data = train_test_split(temp_data, test_size=0.5, random_state=42
349
 
350
  ```bibtex
351
  @article{eitz2012hdhso,
352
- title={QuickDraw: A large-scale sketch dataset for computer vision},
353
  author={Eitz, Mathias and Hays, James and Alexa, Marc},
354
  journal={TU Berlin},
355
  year={2012}
 
279
  - split: test
280
  path: data/test-*
281
  ---
282
+ # Dataset Card for TU Berline Dataset
283
 
284
+ This dataset card aims to provide comprehensive information about the TU Berlin dataset, a collection of hand-drawn sketches used for training and evaluating sketch classification models.
285
 
286
  ## Dataset Details
287
 
288
  ### Dataset Description
289
 
290
+ The TU Berlin dataset is a large-scale collection of hand-drawn sketches curated by the research team at TU Berlin. The dataset includes 20,000 unique sketches across 250 object categories, contributed by participants from around the world. The primary purpose of this dataset is to facilitate research in the field of computer vision, particularly for tasks related to sketch recognition and classification.
291
 
292
  - **Curated by:** TU Berlin research team
293
  - **Shared by [optional]:** TU Berlin
294
 
295
  ### Dataset Sources
296
 
297
+ - **Source:** [TU Berlin Dataset Source](https://cybertron.cg.tu-berlin.de/eitz/projects/classifysketch/)
298
+ - **Paper:** [TU Berlin Dataset Paper](https://cybertron.cg.tu-berlin.de/eitz/pdf/2012_siggraph_classifysketch.pdf)
299
 
300
  ## Uses
301
 
 
320
 
321
  ### Dataset Splits
322
 
323
+ I downloaded the TU Berlin dataset and split it into train set, validation set, and test set.
324
 
325
  - **Train Set:**
326
  - **Number of Examples:** 16,000
 
349
 
350
  ```bibtex
351
  @article{eitz2012hdhso,
352
+ title={TU Berlin: A large-scale sketch dataset for computer vision},
353
  author={Eitz, Mathias and Hays, James and Alexa, Marc},
354
  journal={TU Berlin},
355
  year={2012}