Skip to content

v0.17.1

Choose a tag to compare

@denniswittich denniswittich released this 17 Sep 10:02
· 1 commit to main since this release
7e4f609

Detector bug fixes

  • In the detector we introduced a lock to make sure no inference overlaps
    with another one. However, when there was an exception in the inference
    (e.g. model not initialized) the lock was never released. This is fixed in this version.

  • This release also fixes that we missed to set metadata for the batch evaluate
    function.