在Ubuntu中實現(xiàn)人臉識別登錄的完整步驟
1、安裝Howdy: howdy項目地址
sudo add-apt-repository ppa:boltgolt/howdy sudo apt update sudo apt install howdy
2、添加自己的face
sudo howdy add
報錯:
Enter a label for this new model [Initial model] (max 24 characters): tiger Camera path is not configured correctly, please edit the 'device_path' config value. Exception ignored in: <bound method VideoCapture.__del__ of <recorders.video_capture.VideoCapture object at 0x7f6bc5be02b0>> Traceback (most recent call last): File "/lib/security/howdy/recorders/video_capture.py", line 55, in __del__ self.internal.release() AttributeError: 'VideoCapture' object has no attribute 'internal'
解決方案:
$ sudo apt-get install v4l-utils # 查看攝像頭路徑 $ v4l2-ctl --list-devices USB 2.0 Camera: USB Camera (usb-0000:03:00.0-14): /dev/video0 $ sudo howdy config # 接下來更改config中的device_path = /dev/video0
$ sudo howdy add Adding face model for the user tiger Enter a label for this new model [Initial model] (max 24 characters): tiger Please look straight into the camera Scan complete Added a new model to tiger
3、測試
打開一個terminal
$ sudo -i Identified face as tiger
$ sudo howdy test Opening a window with a test feed Press ctrl+C in this terminal to quit Click on the image to enable or disable slow mode Closing window
4、屏幕鎖屏后,enter進入輸密碼界面,程序就會識別出人,直接解鎖。
5、其它命令
Usage:
howdy [-U user] [-y] command [argument]
Command | Description |
---|---|
add | Add a new face model for an user |
clear | Remove all face models for an user |
config | Open the config file in your default editor |
disable | Disable or enable howdy |
list | List all saved face models for an user |
remove | Remove a specific model for an user |
snapshot | Take a snapshot of your camera input |
test | Test the camera and recognition methods |
version | Print the current version number |
總結(jié)
到此這篇關(guān)于在Ubuntu中實現(xiàn)人臉識別登錄的文章就介紹到這了,更多相關(guān)Ubuntu人臉識別登錄內(nèi)容請搜索腳本之家以前的文章或繼續(xù)瀏覽下面的相關(guān)文章希望大家以后多多支持腳本之家!
- 解決ubuntu 16.04安裝mysql5.7.17后,登錄時出現(xiàn)ERROR 1045 (28000): Access denied for user ''root''@''localhost''問題
- 詳解Ubuntu下ssh服務(wù)的安裝與登陸(ssh遠程登陸)
- ubuntu 14.04 忘記用戶登錄密碼的圖文解決方法
- ubuntu16.04登錄后無dash,無啟動欄launch,無menu bar只有桌面背景的快速解決辦法
- ubuntu16.04服務(wù)器配置ssh免密碼登錄
- 詳解Ubuntu14.04橋接網(wǎng)絡(luò)設(shè)置與SSH登陸
- Ubuntu 遠程登陸服務(wù)器 ssh的安裝和配置詳解
- ubuntu使用root用戶登錄/切換root權(quán)限的實現(xiàn)
- linux(ubuntu)用戶連續(xù)N次輸入錯誤密碼進行登陸時自動鎖定X分鐘
- Ubuntu下如何設(shè)置ssh免密碼登錄安裝
相關(guān)文章
淺談Linux內(nèi)核創(chuàng)建新進程的全過程
這篇文章主要為大家深入淺出的介紹了Linux內(nèi)核創(chuàng)建新進程的全過程,感興趣的小伙伴們可以參考一下2016-01-01apache使用.htaccess文件實現(xiàn)屏蔽wget下載網(wǎng)站內(nèi)容
wget是一個從網(wǎng)絡(luò)上自動下載文件的自由工具,支持通過HTTP、HTTPS、FTP三個最常見的TCP/IP協(xié)議下載,并可以使用HTTP代理。wget名稱的由來是“World Wide Web”與“get”的結(jié)合。2014-07-07Ubuntu環(huán)境編譯安裝PHP和Nginx的方法
這篇文章主要介紹了Ubuntu環(huán)境編譯安裝PHP和Nginx的方法,較為詳細的分析了Ubuntu環(huán)境編譯安裝PHP和Nginx的具體步驟、相關(guān)命令與操作技巧,需要的朋友可以參考下2019-08-08電腦意外關(guān)機后VMware中l(wèi)inux不能聯(lián)網(wǎng)問題的解決方法
這篇文章主要為大家解決電腦意外關(guān)機后,再次開機啟動VMware時發(fā)現(xiàn)linux不能聯(lián)網(wǎng)的問題,具有一定的參考價值,感興趣的小伙伴們可以參考一下2019-03-03阿里云云服務(wù)器Linux系統(tǒng)掛載數(shù)據(jù)盤圖文教程
這篇文章主要介紹了阿里云云服務(wù)器Linux系統(tǒng)掛載數(shù)據(jù)盤圖文教程,阿里云服務(wù)器一般需要購買額外的數(shù)據(jù)盤,本文就講解如何掛載使用額外的數(shù)據(jù)盤,需要的朋友可以參考下2014-09-09linux為repo 'AppStream'下載元數(shù)據(jù)失敗的解決
這篇文章主要介紹了linux為repo 'AppStream'下載元數(shù)據(jù)失敗的解決方案,具有很好的參考價值,希望對大家有所幫助。如有錯誤或未考慮完全的地方,望不吝賜教2023-06-06