googlecreativelab/quickdraw-dataset

Script for rendering simplified images to 28x28 grayscale numpy format

lambdabaa opened this issue · 3 comments

Can the script that was used to convert from .ndjson to .npy be open-sourced? I've trained a model on the .npy files and want to be able to take new .ndjson examples and run them through my model. Thanks!

I had the same problem. Is it possible to open source. ndjson to. npy code? Thanks a lot!

Hi,

I dont have code that converts from ndjson to npy directly, but here is some code that generates the npy data from an array. This is the code that has been used to generate the dataset

#19 (comment)

Let me know if there are more questions

Thank you very much for your help. It really helped me a lot!