studiomoniker / Quickdraw-appendix

Dataset of 25k penises: an appendix to the Quick, Draw! Dataset
https://donotdrawapenis.com/
Other
199 stars 12 forks source link

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? #1

Open Randulfe opened 4 years ago

thomasjonas commented 4 years ago

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!

dickrnn commented 4 years ago

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