Ubuntu 人臉辨識登入

Ubuntu 人臉辨識登入

Howdy 為 Linux 提供 Windows Hello™ 風格的身份驗證。使用內建紅外線發射器和攝影機與臉部辨識相結合來證明您是誰。

預設搭配使用 PAM 可以在您需要驗證身份的任何時候自動進行辨識:登入、鎖定螢幕、sudo、su 等,都可以用!

安裝 HOWDY

Debian/Ubuntu 常見的方式!

sudo add-apt-repository ppa:boltgolt/howdy
sudo apt update
sudo apt install howdy

設定

安裝好之後就會有指令 howdy

Usage:

howdy [-U user] [-y] command [argument]

Command 	Description
add 	Add a new face model for a user
clear 	Remove all face models for a user
config 	Open the config file in your default editor
disable 	Disable or enable howdy
list 	List all saved face models for a user
remove 	Remove a specific model for a user
snapshot 	Take a snapshot of your camera input
test 	Test the camera and recognition methods
version 	Print the current version number

增加 model

例如

sudo howdy add -U USERNAME

建議多做一些,另外也應該定時多更新,我發現可能太久沒建模,常常登入失敗。

另外,也可以用 config 調整設定

sudo howdy config

我覺的 dark_threshold 預設 50 有點嚴格,建議調整到75...看個人經驗摟

Reference

https://github.com/boltgolt/howdy