1 Star 0 Fork 0

rocLv / esp-face

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

ESP-Face

This is a component which provides functions of face detection and face recognition, and also operations of neurual network.

It can be used as a component of some project as it doesn't support any interface of periphrals.

By default, it works along with ESP-WHO, which is a project-level repository.

Face detection

It can detect a human face with the model MTMN.

The input should be an image with the format of RGB 24-bits.

The output is the human face coordinates if there is one in the image.

  • left top
  • right down
  • landmarks

More details are HERE.

Face recognition

If one human face is detected through the process above, it can be verified with the faces enrolled before.

The input is the original image and the results of face detection process.

The output is a 512-d vector that represents the face. Then through comparing with the existing face vectors, you can determine whether the two faces are from a same person.

More details are HERE.

Deep learning library

All neural network operations are defined in this library. They are and only are utilized for neural network.

The library contains basic matrix operations, basic deep neural network operations, network structures, and coefficients.

More details are HERE

For the implementation of a simple network, here is the tutorial.

空文件

简介

暂无描述 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/rocwar/esp-face.git
git@gitee.com:rocwar/esp-face.git
rocwar
esp-face
esp-face
master

搜索帮助