The package does not contain any data serialization. Use char for storing keys and values. You will need to serialize any Matlab variables to directly save in the database. For example, using num2str and str2double. There are different serialization options, such as this serialization package or JSON format. Those using Caffe might want to use a Datum converter in the caffe-extension branch.
Build
Specify the MATLABDIR path.
make MATLABDIR=/usr/local/MATLAB/R2015a
make test
Edit Makefile to customize the build process.
In the caffe-extension branch, also specify the path to caffe.
make MATLABDIR=/usr/local/MATLAB/R2015a CAFFEDIR=../caffe
请发表评论