esp-who/CHANGELOG.md

24 lines
684 B
Markdown
Raw Permalink Normal View History

2018-11-04 21:28:50 +08:00
# Change log for esp-who
2018-11-03 11:52:39 +08:00
2018-11-04 21:28:50 +08:00
## 0.1.0
2018-11-03 11:52:39 +08:00
Initial commit, esp-who appear in the world.
- Elementry functions such as image processing and matrix computing
- Face detection
2018-11-16 14:03:03 +08:00
- 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
2018-11-21 11:58:24 +08:00
## 0.5.1
Modify recognition example
- enroll procedure changes to waiting 3 seconds
- update readme