DeepDetect v0.9.5 - Improvements & Fixes
This release brings improvements and fixes across training and inference backends, as summarized below.
Features & updates:
- Update to Dlib 19.18, #653
- Update to Tensorflow 1.13.1, #658
- Support for Dlib face feature extraction model and landmark shape predictor action via
chain
, #657 chain
now avoid image serialization in between multiple services and actions, #660- Added support for GPU selection via
gpuid
with TensorRT backend, #676 - Added a per-service mutex to TensorRT prediction calls, ref #659
API changes:
scale
allows to scale input image values from API (see #661)std
now allows a vector of float (see #661)
Bug fixes