Skip to content

Commit 9f58ddf

Browse files
committed
Update changelog in README.md
1 parent 14a52b9 commit 9f58ddf

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,19 @@ bounding box, detection probability and detection number.
195195

196196
## Changelog:
197197

198+
### 2021-05-08 v0.5.9.9
199+
200+
REST-API
201+
- Added JPEG decoding using PyTurboJPEG - increased decoding speed for large
202+
JPEGs for about 2x.
203+
- Support for batch inference of `genderage` model.
204+
- Support for limiting number of faces for recognition using `limit_faces` parameter
205+
in `extract` endpoint.
206+
- New `/multipart/draw_detections` endpoint, supporting image upload using multipart
207+
form data.
208+
- Support for printing face sizes and scores on image by `draw_detections` endpoints.
209+
- More verbose timings for `extract` endpoint for debug and logging purposes.
210+
198211
### 2021-03-27 v0.5.9.8
199212

200213
REST-API

0 commit comments

Comments
 (0)