tensorflow / datasets

TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...
https://www.tensorflow.org/datasets
Apache License 2.0
4.29k stars 1.54k forks source link

[data request] QuickDraw JSON #337

Open mr-ubik opened 5 years ago

mr-ubik commented 5 years ago

Folks who would also like to see this dataset in tensorflow/datasets, please thumbs-up so the developers can know which requests to prioritize.

Currently, tfds contains the bitmap version of the QuickDraw dataset, making available the JSON (raw and pre-processed) version would aid in the training of Sequences based models.

us commented 5 years ago

I would like to add this. Assign me thanks.

mr-ubik commented 5 years ago

The problem is should we add both RAW, Simplified and .npz (Which has splits and was the one used to train Sketch RNN) or just one of them?

mr-ubik commented 5 years ago

@Conchylicultor I am working on the SketchRNN dataset, could you assign me to the issue too?

Conchylicultor commented 5 years ago

Thanks for your interest. @mr-ubik if you are both on the same dataset, try to coordinate with @us to avoid duplicating work.

mr-ubik commented 5 years ago

@Conchylicultor will do! There are currently 4 variations of the Quickdraw dataset to be added

@us which one are you implementing?

us commented 5 years ago

@mr-ubik what is the different of this variations ?

mr-ubik commented 5 years ago

They are different datasets, but delving into the code we probably do not need other datasets than the one I working on.