Skip to content

Releases: zauberzeug/learning_loop_node

v0.10.6

13 Jun 15:26

Choose a tag to compare

Minor changes:

  • We no longer automatically add the Camera-ID as Tag when auto uploading an image during detection.

Fix:

  • Change Type hinting to support older python versions

v0.10.5

13 May 12:04

Choose a tag to compare

Fix a rare bug in detection uploading (detections were not uploaded if n_detections == upload_batch_size)

v0.10.4

24 Apr 08:37

Choose a tag to compare

Bugfix in detect via SocketIO:

  • multiple fast detect calls were not throttled and could break the detector.
  • this version uses a asyncio lock to make sure the detection processes are not executed in parallel

v0.10.3

19 Apr 15:18

Choose a tag to compare

Use provided ssl certificate for SIO connection to the learning loop host

v0.10.2

19 Apr 12:33

Choose a tag to compare

Introduce optional .env variable LOOP_SSL_CERT_PATH. This allows to specify the SSL certificate source used by the httpx.asyncclient

v0.10.1

18 Apr 14:37

Choose a tag to compare

Fixes a bug where no detections were uploaded after one detection file having 'batch_size' detections in it.

v0.10.0

18 Apr 10:45

Choose a tag to compare

In this version we refactored much of the code. The goal was to improve readability and to remove unused and redundant code.
There is only few changes in functionality, the most relevant one is that the trainer node now also receives the "model size" when downloading a model from the learning loop.

v0.9.3

12 Feb 10:35

Choose a tag to compare

New features:

  • This version introduces the /about endpoint to provide introspection of what model is currently running on a detector node or if an update is in progress. This is a necessary precondition for zauberzeug/rosys#33.

v0.9.2

02 Feb 16:39

Choose a tag to compare

fix:

  • check only ones for corrupted images before running detections

v0.9.1

02 Feb 15:58
6aa1edb

Choose a tag to compare

Same as v0.9.0, but v0.9.0 used wrong commit