Update README.md

pull/15/head
XiaochaoGONG 2018-12-17 17:10:59 +08:00 committed by GitHub
parent 331fb4122d
commit 234aad788b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ In ESP-WHO, Detection, Recognition and Image Utility are at the core of the plat
* **Image Utility** offers fundamental image processing APIs for ESP32.
* **Detection** takes images as input and give the position of face if there is a face. It is implemented with MTMN model, which refers to [MTCNN](http://cn.arxiv.org/abs/1604.02878) and [MobileNet](https://arxiv.org/abs/1801.04381). However, we replace CNN with MobileNet block and the model size is quite smaller than other face detection models.
* **Detection** takes images as input and give the position of face if there is a face. It is implemented with MTMN model, which refers to [MTCNN](http://cn.arxiv.org/abs/1604.02878) and [MobileNets](https://arxiv.org/abs/1801.04381). However, we replace CNN with MobileNets block and the model size is quite smaller than other face detection models.
* **Recognition** is to identify the particular person, and it needs the results of detection. It is implemented with MobileFace model.