learning-loop-node 0.13.1__py3-none-any.whl → 0.13.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of learning-loop-node might be problematic. Click here for more details.
- learning_loop_node/detector/detector_node.py +2 -1
- {learning_loop_node-0.13.1.dist-info → learning_loop_node-0.13.2.dist-info}/METADATA +1 -1
- {learning_loop_node-0.13.1.dist-info → learning_loop_node-0.13.2.dist-info}/RECORD +4 -4
- {learning_loop_node-0.13.1.dist-info → learning_loop_node-0.13.2.dist-info}/WHEEL +0 -0
|
@@ -217,7 +217,8 @@ class DetectorNode(Node):
|
|
|
217
217
|
camera_id=data.get('camera-id', None) or data.get('mac', None),
|
|
218
218
|
tags=data.get('tags', []),
|
|
219
219
|
source=data.get('source', None),
|
|
220
|
-
autoupload=data.get('autoupload', None)
|
|
220
|
+
autoupload=data.get('autoupload', None),
|
|
221
|
+
creation_date=data.get('creation_date', None)
|
|
221
222
|
)
|
|
222
223
|
if det is None:
|
|
223
224
|
return {'error': 'no model loaded'}
|
|
@@ -12,7 +12,7 @@ learning_loop_node/data_classes/training.py,sha256=FFPsr2AA7ynYz39MLZaFJ0sF_9Axl
|
|
|
12
12
|
learning_loop_node/data_exchanger.py,sha256=IG5ki3f3IsVuXbyw6q_gUIakgv-GMT6e9nhOhzjKgW4,9055
|
|
13
13
|
learning_loop_node/detector/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
14
14
|
learning_loop_node/detector/detector_logic.py,sha256=FhGbu0mdF0tW0Gg8cr8xM6ZmZzEigGf0IcAWBjoxFrs,2191
|
|
15
|
-
learning_loop_node/detector/detector_node.py,sha256=
|
|
15
|
+
learning_loop_node/detector/detector_node.py,sha256=KOvciUk47sk4O0ZZqilVVdtO3FS7t9usilsW4DFWRRM,24988
|
|
16
16
|
learning_loop_node/detector/inbox_filter/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
17
17
|
learning_loop_node/detector/inbox_filter/cam_observation_history.py,sha256=8gzxYPD3t1OS9wBHXfIvNV2xTTMo0B70O1b50iaH2D8,3344
|
|
18
18
|
learning_loop_node/detector/inbox_filter/relevance_filter.py,sha256=NPEmrAtuGjIWCtHS0B3zDmnYWkhVFCLbd_7RUp08_AM,1372
|
|
@@ -96,6 +96,6 @@ learning_loop_node/trainer/test_executor.py,sha256=6BVGDN_6f5GEMMEvDLSG1yzMybSvg
|
|
|
96
96
|
learning_loop_node/trainer/trainer_logic.py,sha256=eK-01qZzi10UjLMCQX8vy5eW2FoghPj3rzzDC-s3Si4,8792
|
|
97
97
|
learning_loop_node/trainer/trainer_logic_generic.py,sha256=JGH2IClpte8WqO_Pmh7Epa-328Pyl5RYYZlWgOdygvs,26827
|
|
98
98
|
learning_loop_node/trainer/trainer_node.py,sha256=Dl4ZQAjjXQggibeBjvhXAoFClw1ZX2Kkt3v_fjrJnCI,4508
|
|
99
|
-
learning_loop_node-0.13.
|
|
100
|
-
learning_loop_node-0.13.
|
|
101
|
-
learning_loop_node-0.13.
|
|
99
|
+
learning_loop_node-0.13.2.dist-info/METADATA,sha256=UbvoOq2ILuCNphcOeajrlbOSNdAwtLvwEVcm4gSfmmI,12761
|
|
100
|
+
learning_loop_node-0.13.2.dist-info/WHEEL,sha256=WGfLGfLX43Ei_YORXSnT54hxFygu34kMpcQdmgmEwCQ,88
|
|
101
|
+
learning_loop_node-0.13.2.dist-info/RECORD,,
|
|
File without changes
|