zoheb commited on
Commit
4496d30
1 Parent(s): 5b0736b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md CHANGED
@@ -1,3 +1,40 @@
1
  ---
2
  license: cc-by-nc-sa-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-nc-sa-4.0
3
+ language:
4
+ - en
5
+ language_creators:
6
+ - other
7
+ multilinguality:
8
+ - monolingual
9
+ pretty_name: 'Sketch Scene Descriptions'
10
+ size_categories:
11
+ - n=10K
12
+ source_datasets:
13
+ - FS-COCO
14
+ tags: []
15
+ task_categories:
16
+ - text-to-image
17
+ task_ids: []
18
  ---
19
+
20
+ # Dataset Card for Sketch Scene Descriptions
21
+
22
+ _Dataset used to train [Sketch Scene text to image model]()_
23
+
24
+ We advance sketch research to scenes with the first dataset of freehand scene sketches, FS-COCO. With practical applications in mind, we collect sketches that convey well scene content but can be sketched within a few minutes by a person with any sketching skills. Our dataset comprises 10,000 freehand scene vector sketches with per-point space-time information by 100 non-expert individuals, offering both object- and scene-level abstraction. Each sketch is augmented with its text description.
25
+
26
+ For each row, the dataset contains `image` and `text` keys. `image` is a varying size PIL jpeg, and `text` is the accompanying text caption. Only a train split is provided.
27
+
28
+
29
+ ## Citation
30
+
31
+ If you use this dataset, please cite it as:
32
+
33
+ ```
34
+ @inproceedings{fscoco,
35
+ title={FS-COCO: Towards Understanding of Freehand Sketches of Common Objects in Context.}
36
+ author={Chowdhury, Pinaki Nath and Sain, Aneeshan and Bhunia, Ayan Kumar and Xiang, Tao and Gryaditskaya, Yulia and Song, Yi-Zhe},
37
+ booktitle={ECCV},
38
+ year={2022}
39
+ }
40
+ ```