pull/55/head
XiaochaoGONG 2019-01-23 10:58:49 +08:00
parent 6944e6f1a3
commit 2a616f11c2
1 changed files with 35 additions and 18 deletions

View File

@ -1,21 +1,25 @@
# Change log for esp-who # Change log for esp-who
## 0.5.0 ## 1.0.0
Initial commit, esp-who appear in the world. - Feature of deep learning and image
- Elementry functions such as image processing and matrix computing - Basic CNN
- Face detection - PRELU
- Face recognition - Softmax
- Components such as camera - 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 ## 0.9.1
Open source face detection and recognition forward process - Add ip configuration
- Move forward process in the esp-face repository - Minor bugfix
- Update readme
## 0.9.0 ## 0.9.0
Recognition solution for ESP-EYE Recognition solution for ESP-EYE
@ -23,6 +27,19 @@ Recognition solution for ESP-EYE
- Support enrollment face id in flash - Support enrollment face id in flash
- Bugfix: adjust for AI-Thinker - Bugfix: adjust for AI-Thinker
## 0.9.1 ## 0.6.1
- Add ip configuration Open source face detection and recognition forward process
- Minor bugfix - 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