File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -195,6 +195,19 @@ bounding box, detection probability and detection number.
195
195
196
196
## Changelog:
197
197
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
+
198
211
### 2021-03-27 v0.5.9.8
199
212
200
213
REST-API
You can’t perform that action at this time.
0 commit comments