to calculate distance between two neighbour meshes.
requirement: python 2.7, numpy, scipy, sklearn
a.edit the all_cimbine.py
--old_feature_dir : 3d shapes' feature files
--dir_all: 3d shapes' other files(dist, area, adj, seg)
b.set the output dir
--dir_output
c.run
see caffe_read.txt
a.run gen_lmdb.py to generate the lmdb dataset for caffe
b.run eval-solve.py
if you want to run graph cut, you need multilabel graph cut code(you can find it in gco)