0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Dlibを使って顔の輪郭をとる(1)

Posted at

SS 192.png 顔の輪郭とか口の動き抽出するやつを今すぐパッと試したい。

##やること
DlibとPythonを使って、顔の輪郭や口の動きをとるフェイストラッキングを実行します。
PC(ここではMac)のWEBカメラで取得したものに即座に反映、表示します。
この記事は2017年に公開いただいているのQiita記事を今トレースする場合の備忘メモです。

##過去のQiita記事に答えがあるので参考にします

Qiita記事:dlibの顔ランドマーク認識の結果をリアルタイムにmatplotlibで表示する

基本は上記に沿ってありがたく実行させていただくだけですが、ちょっとだけ変更があります。

##変更箇所

データファイルの参照先URLが変更になっているので、別途DLして実行します。

https://www.kkaneko.jp/dblab/dlib/dlibface.html
こちらを参考に、

http://dlib.net/files/
こちらを開いて、「shape_predictor_68_face_landmarks.dat.bz2」をDLし展開します。

前述のプログラムの中の

python
predictor_path = "hoge" 

のhogeのところにさきほどのファイルを絶対パスで指定すれば安心です。

##実行結果

soseki.gif

PCのカメラにお札を見せているところです。もちろん実写の顔もちゃんととれます。

##次回
もうちょっと早く認識&表示できてなおかつ勘弁な方法があれば試したいです。
表情判定もやっておきたいです。

0
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?