From 0e14e97a1e876144e6a1b25d0e3eb585532bccb3 Mon Sep 17 00:00:00 2001 From: XiaochaoGONG Date: Fri, 16 Nov 2018 14:03:03 +0800 Subject: [PATCH] update Changelog --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4654f9f..8adda22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,4 +4,15 @@ Initial commit, esp-who appear in the world. - Elementry functions such as image processing and matrix computing - Face detection -- Components such as camera \ No newline at end of file +- Components such as camera + +## 0.1.1 +Open coefficients for facial detection +- Provide interface to generate customized coefficients via `mkmodel` (temporally support linux only, other os coming soon) + +## 0.5.0 +Face recognition framework +- Add face recognition relative framework +- Provide basic face recognition example +- Move `esp_facenet` to `esp-face` as submodule +- Add some documents for API reference and guide