[data request] QuickDraw JSON
See original GitHub issue- Name of dataset: QuickDraw JSON (vectors)
- URL of dataset: https://github.com/googlecreativelab/quickdraw-dataset
- License of dataset: Creative Commons Attribution 4.0 International license
- Short description of dataset and use case(s): We’ve simplified the vectors, removed the timing information, and positioned and scaled the data into a 256x256 region. The data is exported in ndjson format with the same metadata as the raw format.
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.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:7 (3 by maintainers)
Top Results From Across the Web
quickdraw-dataset/ndjson.md at master - GitHub
Documentation on how to access and use the Quick, Draw! ... (stroke data and associated metadata) are stored as one JSON object per...
Read more >Visualize google quickdraw data - python - Stack Overflow
How to POST JSON data with Python Requests? 1166 · Get the data received in a Flask request · 1589 · How do...
Read more >Introducing a Web Component and Data API for Quick, Draw!
Introducing a Web Component and Data API for Quick, Draw! ... files) and returns a JSON object or an HTML canvas rendering for...
Read more >Using Quickdraw dataset. An E2E pipeline with tensorflow.js
The quickdraw dataset is an open source dataset. It is a collection of 50 million drawings across 345 categories, contributed by players of ......
Read more >Coding Challenge #122: Quick, Draw! Continued - YouTube
In this multi-part coding challenge, I take a closer look at the Quick, Draw ! dataset and create a simple node API to...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
They are different datasets, but delving into the code we probably do not need other datasets than the one I working on.
@Conchylicultor will do! There are currently 4 variations of the Quickdraw dataset to be added
@us which one are you implementing?