From 234aad788bd7bc8b660f07b08f537a63bcfd6403 Mon Sep 17 00:00:00 2001 From: XiaochaoGONG Date: Mon, 17 Dec 2018 17:10:59 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6d0e42..26f989e 100644 --- a/README.md +++ b/README.md @@ -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.