From 4dba9c41e9a9304891a69b0ea7ebb36aa73f1eed Mon Sep 17 00:00:00 2001 From: XiaochaoGONG Date: Tue, 29 Jan 2019 10:23:27 +0800 Subject: [PATCH] update README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 26f989e..10ce2a2 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ In ESP-WHO, Detection, Recognition and Image Utility are at the core of the plat * **Recognition** is to identify the particular person, and it needs the results of detection. It is implemented with MobileFace model. +* **Optimization** is mainly to increase the precision of the inference, and to accelerate the whole process. But also it might change the structure of the network, update the coefficients, refactor the code, etc. Both input and output are flexible.