For Golan’s large image database assignment I scrapped 000000book.com database of GML tags and generated several TSNE grids of the data. First I generated all of the GML Tags as 256 by 256 pixel images and ran them through the ofxCcv classifier and ofxTSNE workflow in openFrameworks to generate the following images:
Then I extracted all of the strokes from the gml tags and generated images 256 by 256 and ran them through same workflow to produce the following images:
To created these images I needed to update and add features to my existing GML parser for openFrameworks. I expanded this code to become ofxGML a full featured addon for openFrameworks. You can find the addon on my Github Account.
Using this addon Madeline Gannon and I integrated GML playback capabilities into our Robotic Arm Control software.