Quickdraw-appendix icon indicating copy to clipboard operation
Quickdraw-appendix copied to clipboard

Do you have a binary or numpy version of this dataset or do you have any reference on how to convert .ndjson to use with numpy?

Open Randulfe opened this issue 5 years ago • 2 comments

Randulfe avatar May 03 '20 10:05 Randulfe

I'm sorry, we don't have a binary version of the dataset. I could not find how to generate them in Google's QuickDraw repository and didn't think it was worth it to further investigate. You should be able to generate .npy files from the simplified images judging by this comment. I hope that helps you!

thomasjonas avatar May 04 '20 07:05 thomasjonas

If you want to use the stroke data in NumPy, and work with vector data in Jupyter notebooks, I have processed the raw ndjson's into .npz format in the dataset directory of this project: https://github.com/dickrnn/dickrnn.github.io

dickrnn avatar May 12 '20 04:05 dickrnn