Datasets:
Upload 3 files
Browse files- README.md +40 -0
- data/train-00000-of-00001-3275a90c470f659b.parquet +3 -0
- dataset_infos.json +1 -0
README.md
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-sa-4.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
language_creators:
|
6 |
+
- machine-generated
|
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 around 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 |
+
```
|
data/train-00000-of-00001-3275a90c470f659b.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:11ea218dcd367d7f6c1be1d5b27c4de2b698514aeff415cbb6d157849a74ef64
|
3 |
+
size 13814951
|
dataset_infos.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"mozci--tinysketch": {"description": "", "citation": "", "homepage": "", "license": "", "features": {"image": {"decode": true, "id": null, "_type": "Image"}, "text": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "imagefolder", "config_name": "sketch", "version": {"version_str": "0.0.0", "description": null, "major": 0, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 237272212, "num_examples": 1000, "dataset_name": "parquet"}}, "download_checksums": null, "post_processing_size": null, "dataset_size": 237272212}}
|