1
1

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 1 year has passed since last update.

オープンソースの顔照合 SeetaFace

Last updated at Posted at 2018-10-09

今回調査したのは
2016年頃にリリースされたオープンソースの顔照合のライブラリです。

(追記 2022.08
https://github.com/seetaface/SeetaFaceEngine2
が公開されています。)

顔照合のライブラリは
顔検出・顔位置の正規化(=アライメント)・狭義の顔照合ライブラリが
セットになって作られています。

SeetaFace Engine is an open source C++ face recognition engine, which can run on CPU with no third-party dependence. It contains three key parts, i.e., SeetaFace Detection, SeetaFace Alignment and SeetaFace Identification, which are necessary and sufficient for building a real-world face recognition application system.

顔検出
https://github.com/seetaface/SeetaFaceEngine/tree/master/FaceDetection
顔位置の正規化(=アライメント)
https://github.com/seetaface/SeetaFaceEngi![Screenshot from 2018-10-11 00-00-21.png](https://qiita-image-store.s3.amazonaws.com/0/83761/edc2a300-7370-f2f6-3443-41b6fbaa5f67.png)
ne/tree/master/FaceAlignment
狭義の顔照合ライブラリ
https://github.com/seetaface/SeetaFaceEngine/tree/master/FaceIdentification

paper Funnel-Structured Cascade for Multi-View Face Detection with Alignment-Awareness

Screenshot from 2018-10-10 23-55-43.png

paper Coarse-to-fine auto-encoder networks (cfan) for real-time face alignment

paper VIPLFaceNet: An Open Source Deep Face Recognition SDK

Screenshot from 2018-10-11 00-00-21.png

これらの1セットが、論文が書かれると同時に、オープンソースの顔照合のソースコードとして公開されているのです。

このような研究・開発が組織的に行われている凄さを、単純に褒め称えたいと思います。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?