主頁 > 知識庫 > 在Ubuntu中實現(xiàn)人臉識別登錄的完整步驟

在Ubuntu中實現(xiàn)人臉識別登錄的完整步驟

熱門標(biāo)簽:地圖標(biāo)注需要現(xiàn)場嗎 重慶營銷外呼系統(tǒng)排名 地圖標(biāo)注企業(yè)名稱侵權(quán)案件 網(wǎng)站上插入地圖標(biāo)注內(nèi)容 400電話辦理哪家好廠商 企業(yè)400電話辦理哪正規(guī) 工廠位置地圖標(biāo)注 繽客網(wǎng)注冊時地圖標(biāo)注出不來 鶴壁電銷外呼系統(tǒng)怎么安裝

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)文章希望大家以后多多支持腳本之家!

標(biāo)簽:96 克拉瑪依 日照 棗莊 東莞 鹽城 渭南 常州

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《在Ubuntu中實現(xiàn)人臉識別登錄的完整步驟》,本文關(guān)鍵詞  在,Ubuntu,中,實現(xiàn),人臉,識別,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請?zhí)峁┫嚓P(guān)信息告之我們,我們將及時溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《在Ubuntu中實現(xiàn)人臉識別登錄的完整步驟》相關(guān)的同類信息!
  • 本頁收集關(guān)于在Ubuntu中實現(xiàn)人臉識別登錄的完整步驟的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章