Skip to content

aparrish/chars74k-json-dump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Converting English Hand-Drawn Chars74k Data to JSON

By Allison Parrish

This is just a quick notebook to convert the stroke trajectories of the hand-drawn English letters in the Chars74k dataset to JSON. See the notebook for more details.

You can download the JSON-converted files directly. The JSON object maps each letter in the dataset (0-9, a-z, A-Z) to a list of letterforms (55 for each letter), which in turn are lists of strokes, which are lists of [x, y] coordinates for each point in the stroke.

  • Regular
  • Normalized (translated so that each letterform is centered on the center of the strokes' bounding box)

Here's an example of the data in use.

License

The code and text herein is licensed as CC0. The data in the JSON files is governed by the reuse rules accompanying the original paper.

About

Convert the stroke trajectories of the hand-drawn English letters in the Chars74k dataset to JSON

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published