


Here is a snippet to sample 100 examples per class into an SFrame for bitmap data as the input format: import turicreate as tc # Make directories with the dataĪfter running the above script, you should have a directory structure like this: quickdraw/įor both bitmap and stroke-based drawing input formats, we will sample 100 examples from each of the classes and turn it into an SFrame. The following script (run from your terminal) should get you started. We start by dowloading a few examples of "square" and "triangle" shapes - around 120,000 examples each, both as bitmaps and as stroke-based drawings. Make a drawing classifier for squares and triangles. In this section, we will setup a subset of Quick, Draw! 1.
