matrice-analytics 0.1.49__py3-none-any.whl → 0.1.50__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 matrice-analytics might be problematic. Click here for more details.
- matrice_analytics/post_processing/face_reg/face_recognition.py +2 -1
- matrice_analytics/post_processing/face_reg/face_recognition_client.py +2 -1
- {matrice_analytics-0.1.49.dist-info → matrice_analytics-0.1.50.dist-info}/METADATA +1 -1
- {matrice_analytics-0.1.49.dist-info → matrice_analytics-0.1.50.dist-info}/RECORD +7 -7
- {matrice_analytics-0.1.49.dist-info → matrice_analytics-0.1.50.dist-info}/WHEEL +0 -0
- {matrice_analytics-0.1.49.dist-info → matrice_analytics-0.1.50.dist-info}/licenses/LICENSE.txt +0 -0
- {matrice_analytics-0.1.49.dist-info → matrice_analytics-0.1.50.dist-info}/top_level.txt +0 -0
|
@@ -214,6 +214,7 @@ class TemporalIdentityManager:
|
|
|
214
214
|
Update temporal identity state for a track and return a stabilized identity.
|
|
215
215
|
Returns (staff_id, person_name, score, employee_id, staff_details, detection_type).
|
|
216
216
|
"""
|
|
217
|
+
st7=time.time()
|
|
217
218
|
self._ensure_track(track_id)
|
|
218
219
|
s = self.tracks[track_id]
|
|
219
220
|
|
|
@@ -231,7 +232,7 @@ class TemporalIdentityManager:
|
|
|
231
232
|
stable_employee_id = s.get("stable_employee_id")
|
|
232
233
|
stable_score = float(s.get("stable_score", 0.0))
|
|
233
234
|
stable_staff_details = s.get("stable_staff_details", {}) if isinstance(s.get("stable_staff_details"), dict) else {}
|
|
234
|
-
|
|
235
|
+
|
|
235
236
|
print("------------------FACE RECOG TEMPORAL IDENTITY MANAGER UPDATE - STABLE VALUES----------------------------")
|
|
236
237
|
print("LATENCY:",(time.time() - st7)*1000,"| Throughput fps:",(1.0 / (time.time() - st7)) if (time.time() - st7) > 0 else None)
|
|
237
238
|
print("------------------FACE RECOG TEMPORAL IDENTITY MANAGER UPDATE - STABLE VALUES----------------------------")
|
|
@@ -29,8 +29,8 @@ matrice_analytics/post_processing/core/config_utils.py,sha256=QuAS-_JKSoNOtfUWgr
|
|
|
29
29
|
matrice_analytics/post_processing/face_reg/__init__.py,sha256=yntaiGlW9vdjBpPZQXNuovALihJPzRlFyUE88l3MhBA,1364
|
|
30
30
|
matrice_analytics/post_processing/face_reg/compare_similarity.py,sha256=NlFc8b2a74k0PqSFAbuM_fUbA1BT3pr3VUgvSqRpJzQ,23396
|
|
31
31
|
matrice_analytics/post_processing/face_reg/embedding_manager.py,sha256=qbh0df3-YbE0qvFDQvjpCg-JrsCZRJ5capjQ2LPOj1k,35619
|
|
32
|
-
matrice_analytics/post_processing/face_reg/face_recognition.py,sha256=
|
|
33
|
-
matrice_analytics/post_processing/face_reg/face_recognition_client.py,sha256=
|
|
32
|
+
matrice_analytics/post_processing/face_reg/face_recognition.py,sha256=zBE9qW6_aP4vDdMZvJn3IiJ51zjWczBRDW_fTxARyOg,98258
|
|
33
|
+
matrice_analytics/post_processing/face_reg/face_recognition_client.py,sha256=6ix_GkpB0k06JbnAq2MMaO8s5Lj9zpeW5Ji75uVWjC8,27615
|
|
34
34
|
matrice_analytics/post_processing/face_reg/people_activity_logging.py,sha256=vZbIvkK1h3h58ROeF0_ygF3lqr19O2h5222bN8XyIis,13675
|
|
35
35
|
matrice_analytics/post_processing/ocr/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
36
36
|
matrice_analytics/post_processing/ocr/easyocr_extractor.py,sha256=RMrRoGb2gMcJEGouQn8U9cCgCLXPT7qRa8liI4LNxFM,11555
|
|
@@ -189,8 +189,8 @@ matrice_analytics/post_processing/utils/format_utils.py,sha256=UTF7A5h9j0_S12xH9
|
|
|
189
189
|
matrice_analytics/post_processing/utils/geometry_utils.py,sha256=BWfdM6RsdJTTLR1GqkWfdwpjMEjTCJyuBxA4zVGKdfk,9623
|
|
190
190
|
matrice_analytics/post_processing/utils/smoothing_utils.py,sha256=78U-yucAcjUiZ0NIAc9NOUSIT0PWP1cqyIPA_Fdrjp0,14699
|
|
191
191
|
matrice_analytics/post_processing/utils/tracking_utils.py,sha256=rWxuotnJ3VLMHIBOud2KLcu4yZfDp7hVPWUtNAq_2xw,8288
|
|
192
|
-
matrice_analytics-0.1.
|
|
193
|
-
matrice_analytics-0.1.
|
|
194
|
-
matrice_analytics-0.1.
|
|
195
|
-
matrice_analytics-0.1.
|
|
196
|
-
matrice_analytics-0.1.
|
|
192
|
+
matrice_analytics-0.1.50.dist-info/licenses/LICENSE.txt,sha256=_uQUZpgO0mRYL5-fPoEvLSbNnLPv6OmbeEDCHXhK6Qc,1066
|
|
193
|
+
matrice_analytics-0.1.50.dist-info/METADATA,sha256=j_hRhxdZs-G42JGOyhgDjd0nPNKLTtRBRMSaBrLUAwQ,14378
|
|
194
|
+
matrice_analytics-0.1.50.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
195
|
+
matrice_analytics-0.1.50.dist-info/top_level.txt,sha256=STAPEU-e-rWTerXaspdi76T_eVRSrEfFpURSP7_Dt8E,18
|
|
196
|
+
matrice_analytics-0.1.50.dist-info/RECORD,,
|
|
File without changes
|
{matrice_analytics-0.1.49.dist-info → matrice_analytics-0.1.50.dist-info}/licenses/LICENSE.txt
RENAMED
|
File without changes
|
|
File without changes
|