1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

dlib face recognitionをOpenVINOで使う

Last updated at Posted at 2024-09-24

これは技術的な内容を含まない、単なる「できた!」という報告記事です。

顔認識(Face Recognition)で有名なdlibのモデルをPythonのface_recognitionのライブラリで使うとき、GPU(CUDA)を使わないとめちゃくちゃ遅かった。
そして、dlibのインストール自体も、CUDAを使うためにも、ユーザーがCmakeを用意してコンパイルしないと使えなかった。
そこで、誰もが簡単に使えて、かつ今後出てくるAIPCのNPUで高速化しないかと思ってOpenVINO形式にしたら、NPUを使わなくてもめちゃくちゃ早くなった。

dlibのモデルはCC0 1.0 Universalというライセンスで、自由に配布可能だったので、このモデルを配布している。
よかったら試してみてください。

1
0
1

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
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?