$ cd ~/openface/models/openface
$ wget http://openface-models.storage.cmusatyalab.org/nn4.v1.ascii.t7.xz
$ unxz nn4.v1.ascii.t7.xz
$ wget http://openface-models.storage.cmusatyalab.org/nn4.small2.v1.ascii.t7.xz
$ unxz nn4.small2.v1.ascii.t7.xz
$ th
th> require 'nn'
th> require 'dpnn'
th> net = torch.load('nn4.v1.ascii.t7', 'ascii')
torch.save('nn4.v1.t7', net)
th> net = torch.load('nn4.small2.v1.ascii.t7', 'ascii')
torch.save('nn4.small2.v1.t7', net)
modify torch/extra/cutorch/rocks/cutorch-scm-1.rockspec by replacing "-j$(getconf _NPROCESSORS_ONLN)" with "-j1".
$ rosrun openface4ARM openface_ros.py
$ rosrun openface4ARM openface_android.py
$ rostopic pub /cmdTrainning std_msgs/String "data: 'banana'"
$ rostopic echo /capturingProgress
$ rostopic pub -1 /cmdRecognition std_msgs/Bool "data: true"
$ rostopic echo /recognitionResults