Skip to content

DeepDetect v0.9.5 - Improvements & Fixes

Compare
Choose a tag to compare
@beniz beniz released this 31 Dec 09:00
· 1023 commits to master since this release
a68b6c2

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

  • Pytorch inference fixes, #661
  • Fixed similarity search backend selection at build time, #666
  • Fix of raw measures output for object detection, #679
  • Compiler warnings reduction at build time, #664