chengzhengxin / sdm

Supervised Descent Method Apply to Face Alignment, and Head Pose Estimation with Linear Regression. It is cross-platfrom, easily compile in windows, ubuntu, even in Android & iOS.
449 stars 197 forks source link

about train code and data #3

Open bltcn opened 8 years ago

bltcn commented 8 years ago

这两个模型文件是用什么训练出来的,能否分享一下训练代码和数据?

bltcn commented 8 years ago

不好意思,训练代码我看到了,但是mImageLabels-train.bin这个文件是怎么获得的,能否说明一下,谢谢

chengzhengxin commented 8 years ago

代码里面都有,自己生成的,一个图片list和特征的坐标一一对应的二进制文件。

bltcn commented 8 years ago

能简单说明一下文件格式吗?

chengzhengxin commented 8 years ago

代码里面都是有的,用心看就好了,并未有什么特殊的格式。