-
Chalearn2017_continuous_gesture的Matlab精度验证代码
资源介绍
matlab精度检验代码Chalearn2017_continuous_gesture
这是我们关于ChaLearn
LAP大规模连续手势识别挑战(第2轮)@ICCV
2017的方法的实现
笔记:
该代码已在Windows10
OS和VS2012以及Ubuntu
14.04
OS和Python
2.7,caffe-C3D,sklearn,faster-rcnn上进行了测试。
在运行之前,请仔细检查代码中的路径。
训练:
步骤1:将连续手势转换为孤立手势,以方便训练
(1):
set
the
data_path
in
convertConGTrain2IsoGTrain_windows_matlab/ConvertConVedioToIsoGesture.m
as
your
own
path
(2):
run
convertConGTrain2IsoGTrain_windows_matlab/ConvertConVedioToIsoGesture.m
然后将有一个名为convertContinousToIsoGestrueTrain的新文件,其中包含所有转换后的训练数据集。
步骤2:获取