Skip to content

DeepDetect v0.9.2 - Multi-model chaining

Compare
Choose a tag to compare
@beniz beniz released this 02 Aug 11:10
· 1139 commits to master since this release
00f98a4

This release mainly adds the new /chain API that allows the execution of chains of models and actions. Typical usage is one or more object detectors on images, cropping and OCR.

The /chain API is inference only at the moment with a limited set of actions, that is expected to grow. Implemented actions are image crops and class filters, see #605

Main changes:

  • Multi-model /chain API, see #605
  • Dlib backend update to 19.17, see #601
  • XFS compatibility for all disk operations, see #602 (solves #50)
  • NCNN model generation from Caffe model is now automated, see #612
  • Update of Mapbox's C++ variant to v1.1.3, see #604
  • NCNN input/output blob configuration from API, see #588

Bug fixes:

  • Fix to bounding boxes with TensorRT, #609
  • Fix crash with NCNN when the model directory is empty, see #613
  • Prevent automatic detection of URLs when URL is within a text sample, see #615
  • Fix builds on Raspberry 3 & 4, see #618