sdm icon indicating copy to clipboard operation
sdm copied to clipboard

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.

Results 36 sdm issues
Sort by recently updated
recently updated
newest added

你好, 我看到论文里用到pca所以也想试试pca,可是用pca训练出来的模型大而且速度非常慢,请问是参数的问题么?

Hi , I get this error , how ca I solve it ? tofi@tofi:~/sdm-master/build$ make Scanning dependencies of target Roboman-SDM-TEST [100%] Building CXX object CMakeFiles/Roboman-SDM-TEST.dir/src/test_model.cpp.o Linking CXX executable Roboman-SDM-TEST /usr/bin/ld:...

我发现.xml文件就是opencv自带的人脸模型,那么.bin文件存储了什么数据? 麻烦了

src/include/ldmarkmodel.cpp getPose what's the principle? 你好,请问您的代码里计算roll yaw pitch的公式或原理是什么呢?

你好!我使用你的代码进行特征点训练,训练后的模型正脸效果挺好的,但发现侧脸和有较大旋转角度的时候,就会跟不上;测试时,发现你的很稳定,请问你在训练的时候怎么解决这个问题。是在里面加旋转图像进行训练了吗?

![error](https://cloud.githubusercontent.com/assets/1118723/24147005/3fe47c9a-0e73-11e7-9059-92f187992edf.png) 这个错误,是为什么呢?

请问一下,release出来的模型用的什么训练数据训练的?是公开的吗?

Hi, RoboPai: 刚运行了你的示例程序,效果挺出色。但是我在尝试训练模型的时候出了点问题。我用afw数据库进行训练,boundbox使用opencv检测的人脸矩形。训练后的模型,只有在detFace模式下正常,也就是说只有传入opencv检测的boundbox才工作正常,如果使用上一帧的facebox(isDetFace = false)则得不到正确结果,请问可能是什么问题。 Thanks Peng

你好,能把训练数据集在百度云盘共享一下吗?

请教一下: 跟踪的时候为啥没有用上一帧的结果呢?