v0.17.1
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.