Tracing Versus Freehand for Evaluating Computer-Generated Drawings

Tracing Versus Freehand for Evaluating Computer-Generated Drawings (SIGGRAPH 2021)

Zeyu Wang, Sherry Qiu, Nicole Feng, Holly Rushmeier, Leonard McMillan, Julie Dorsey

Drawing Dataset

The dataset consists of 1,498 tracings and freehand drawings by 110 participants for 100 image prompts. Our drawings are registered to the prompts and include vector-based timestamped strokes collected via stylus input.

Please right click the links below and “Save link as…” if it doesn’t download automatically.

Image prompts.

All rendered tracings and freehand drawings in SVG and PNG.

Raw JSON data: tracings, freehand drawings, registered freehand drawings.

JSON data format:

{
// each prompt
"image": {
// each drawing
"participant": [
// each stroke
{
"path": string (Unix timestamp, x, y coordinates at each vertex separated by comma)

 

 

 

To finish reading, please visit source site