通过面部检测登录


10

是否有任何package / .deb使用户能够自动登录到ubuntu中以检测用户的脸部?

我正在使用Ubuntu 12.04

Answers:


1

对于GDM GDM登录管理器

添加PPA存储库并更新

sudo apt-add-repository ppa:antonio.chiurazzi/ppa && sudo apt-get update

安装Ubuntu Face Authentication / Face Recognition Library

sudo apt-get install pam-face-authentication

调整并立即编辑系统,以将面部认证模块添加到Ubuntu的默认登录管理器GDM中:

sudo sed -i '1i auth sufficient pam_face_authentication.so enableX' /etc/pam.d/gdm 
sudo sed -i '1i auth sufficient pam_face_authentication.so enableX' /etc/pam.d/gnome-screensaver

根据您的网络摄像头型号/品牌,您可能需要安装并添加libv4l 到预载中:创建文件/etc/ld.so.preload

粘贴到v4l1compat.so通常在以下位置找到的文件的路径/usr/lib/libv4l

打开“ Face Trainer”(“应用程序”>“其他”),系统将扫描您的面部并添加到数据库中,以便系统在登录时识别您的面部

进入 系统>管理>用户和组,将密码更改为“要求登录”

进入系统>管理>登录屏幕,选择“显示用于选择登录者的屏幕”,该操作将禁用自动登录。

完成后,您可以注销系统并在ubuntu中测试人脸身份验证登录。

http://www.omgubuntu.co.uk/2010/09/login-to-ubuntu-using-your-face/

http://www.ubuntubuzz.com/2011/05/face-authentication-face-recognition.html

检查这些站点,您将获得更多信息


1
这将是一个很好的答案...但是在11.10中(如所示的OP),默认的登录管理器是lightdm ...
fossfreedom

如果我是,以替换线gdmlightdm意志thta使这个WRK在11.10?
Uri Herrera

有没有适合这些的好应用程序?我的意思是在Windows中,您具有快速访问权限和Luxand Blink。
kernel_panic 2011年

PPA尚无11.10的软件包。
MagicFab 2011年

抱歉,11.10
VENKI
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.