#!/usr/bin/python from slmotion import * setComponents([Component('FaceDetector', {}), Component('FacialLandmarkDetector', {}) ]) process() constructFeatureVector([{'property': 'faciallandmarks', 'interpretation': 'Expand', 'name': 'landmarks', 'size': 16 }]) storeFeatureData()