我正在尝试实现 Activity 形状模型算法。我尝试来检测眼角,以便我搜索如何使用MUCT数据库制作自己的模型。我已遵循以下链接:https://code.google.com/p/asmlib-opencv/source/browse/trunk/data/muct/README.txt
当我下载lib时,我没有得到prepare.sh文件,因此我只是将其复制到目录中,但是在运行./prepare.sh时,出现错误:no such file or directoryownload http://muct.googlecode.com/files/muct-landmarks-v1.tar.gz%0D Resolving muct.googlecode.com (muct.googlecode.com)... 173.194.70.82, 2a00:1450:4001:c02::52 Connecting to muct.googlecode.com (muct.googlecode.com)|173.194.70.82|:80... connected.HTTP request sent, awaiting response... 404 Not Found 2013-06-06 09:47:14 ERROR 404: Not Found.我不知道问题所在!

最佳答案

我认为,您应该在这里查看:
Code for the book "Mastering OpenCV with Practical Computer Vision Projects" by Packt Publishing 2012
有几个有趣的项目,统计模型用于
Chapter6_NonRigidFaceTracking项目(使用MUCT人脸数据库)。

You can download MUCT here.

08-18 10:52