Skip to content

Commit dc88798

Browse files
author
Taketoshi Fujiwara
committed
Fixed quickdraw_bitmap urls in docs
1 parent 90c0b38 commit dc88798

File tree

2 files changed

+4
-57
lines changed

2 files changed

+4
-57
lines changed

docs/datasets.md

Lines changed: 3 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -4855,14 +4855,14 @@ TEST | 3,669
48554855
<meta itemprop="name" content="quickdraw_bitmap" />
48564856
<meta itemprop="description" content="The Quick Draw Dataset is a collection of 50 million drawings across 345 categories, contributed by players of the game Quick, Draw!. The bitmap dataset contains these drawings converted from vector format into 28x28 grayscale images" />
48574857
<meta itemprop="url" content="https://www.tensorflow.org/datasets/datasets#quickdraw_bitmap" />
4858-
<meta itemprop="sameAs" content="h" />
4858+
<meta itemprop="sameAs" content="https://github.com/googlecreativelab/quickdraw-dataset" />
48594859
</div>
48604860

48614861
### `"quickdraw_bitmap"`
48624862

48634863
The Quick Draw Dataset is a collection of 50 million drawings across 345 categories, contributed by players of the game Quick, Draw!. The bitmap dataset contains these drawings converted from vector format into 28x28 grayscale images
48644864

4865-
* URL: [h](h)
4865+
* URL: [https://github.com/googlecreativelab/quickdraw-dataset](https://github.com/googlecreativelab/quickdraw-dataset)
48664866
* `DatasetBuilder`: [`tfds.image.quickdraw.QuickdrawBitmap`](https://github.com/tensorflow/datasets/tree/master/tensorflow_datasets/image/quickdraw.py)
48674867
* Version: `v1.0.0`
48684868
* Size: `36.82 GiB`
@@ -4884,60 +4884,7 @@ ALL | 50,426,266
48844884

48854885

48864886
#### Urls
4887-
* [h](h)
4888-
* [t](t)
4889-
* [t](t)
4890-
* [p](p)
4891-
* [s](s)
4892-
* [:](:)
4893-
* [/](/)
4894-
* [/](/)
4895-
* [g](g)
4896-
* [i](i)
4897-
* [t](t)
4898-
* [h](h)
4899-
* [u](u)
4900-
* [b](b)
4901-
* [.](.)
4902-
* [c](c)
4903-
* [o](o)
4904-
* [m](m)
4905-
* [/](/)
4906-
* [g](g)
4907-
* [o](o)
4908-
* [o](o)
4909-
* [g](g)
4910-
* [l](l)
4911-
* [e](e)
4912-
* [c](c)
4913-
* [r](r)
4914-
* [e](e)
4915-
* [a](a)
4916-
* [t](t)
4917-
* [i](i)
4918-
* [v](v)
4919-
* [e](e)
4920-
* [l](l)
4921-
* [a](a)
4922-
* [b](b)
4923-
* [/](/)
4924-
* [q](q)
4925-
* [u](u)
4926-
* [i](i)
4927-
* [c](c)
4928-
* [k](k)
4929-
* [d](d)
4930-
* [r](r)
4931-
* [a](a)
4932-
* [w](w)
4933-
* [-](-)
4934-
* [d](d)
4935-
* [a](a)
4936-
* [t](t)
4937-
* [a](a)
4938-
* [s](s)
4939-
* [e](e)
4940-
* [t](t)
4887+
* [https://github.com/googlecreativelab/quickdraw-dataset](https://github.com/googlecreativelab/quickdraw-dataset)
49414888

49424889
#### Supervised keys (for `as_supervised=True`)
49434890
`(u'image', u'label')`

tensorflow_datasets/image/quickdraw.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def _info(self):
7272
"label": tfds.features.ClassLabel(names_file=labels_path),
7373
}),
7474
supervised_keys=("image", "label"),
75-
urls=_URL,
75+
urls=[_URL],
7676
citation=_CITATION
7777
)
7878

0 commit comments

Comments
 (0)