From 2a616f11c218101f4d362d8b3b57edd019135e11 Mon Sep 17 00:00:00 2001 From: XiaochaoGONG Date: Wed, 23 Jan 2019 10:58:49 +0800 Subject: [PATCH] WIP --- CHANGELOG.md | 53 ++++++++++++++++++++++++++++++++++------------------ 1 file changed, 35 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 701108b..fd54d4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,21 +1,25 @@ # Change log for esp-who -## 0.5.0 -Initial commit, esp-who appear in the world. -- Elementry functions such as image processing and matrix computing -- Face detection -- Face recognition -- Components such as camera +## 1.0.0 +- Feature of deep learning and image + - Basic CNN + - PRELU + - Softmax + - Global pool + - Batch normalization + - Depthwise convolution + - Mobilenet + - Quantization + - Resize + - Crop + - NMS +- Known issues + - Recognition the same person while in different background + -## 0.6.0 -Display images via Http -- Add web server for camera and facial recognition -- Add some documents for API reference and guide - -## 0.6.1 -Open source face detection and recognition forward process -- Move forward process in the esp-face repository -- Update readme +## 0.9.1 +- Add ip configuration +- Minor bugfix ## 0.9.0 Recognition solution for ESP-EYE @@ -23,6 +27,19 @@ Recognition solution for ESP-EYE - Support enrollment face id in flash - Bugfix: adjust for AI-Thinker -## 0.9.1 -- Add ip configuration -- Minor bugfix +## 0.6.1 +Open source face detection and recognition forward process +- Move forward process in the esp-face repository +- Update readme + +## 0.6.0 +Display images via Http +- Add web server for camera and facial recognition +- Add some documents for API reference and guide + +## 0.5.0 +Initial commit, esp-who appear in the world. +- Elementry functions such as image processing and matrix computing +- Face detection +- Face recognition +- Components such as camera