matrice-analytics 0.1.50__py3-none-any.whl → 0.1.51__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_client.py +1 -1
- {matrice_analytics-0.1.50.dist-info → matrice_analytics-0.1.51.dist-info}/METADATA +1 -1
- {matrice_analytics-0.1.50.dist-info → matrice_analytics-0.1.51.dist-info}/RECORD +6 -6
- {matrice_analytics-0.1.50.dist-info → matrice_analytics-0.1.51.dist-info}/WHEEL +0 -0
- {matrice_analytics-0.1.50.dist-info → matrice_analytics-0.1.51.dist-info}/licenses/LICENSE.txt +0 -0
- {matrice_analytics-0.1.50.dist-info → matrice_analytics-0.1.51.dist-info}/top_level.txt +0 -0
|
@@ -565,7 +565,7 @@ class FacialRecognitionClient:
|
|
|
565
565
|
def _handle_response(self, response: Dict[str, Any]) -> Dict[str, Any]:
|
|
566
566
|
"""Handle RPC response and errors"""
|
|
567
567
|
try:
|
|
568
|
-
if response
|
|
568
|
+
if response:
|
|
569
569
|
return response
|
|
570
570
|
else:
|
|
571
571
|
error_msg = response.get("error", "Unknown RPC error")
|
|
@@ -30,7 +30,7 @@ matrice_analytics/post_processing/face_reg/__init__.py,sha256=yntaiGlW9vdjBpPZQX
|
|
|
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
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=
|
|
33
|
+
matrice_analytics/post_processing/face_reg/face_recognition_client.py,sha256=aWuGC6dRGaf5nN2xhyDIZOeg59r3DFNajcmc3AOxIdI,27594
|
|
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.51.dist-info/licenses/LICENSE.txt,sha256=_uQUZpgO0mRYL5-fPoEvLSbNnLPv6OmbeEDCHXhK6Qc,1066
|
|
193
|
+
matrice_analytics-0.1.51.dist-info/METADATA,sha256=3R94oOATZxOUUWavAyVi_PrYjx7qmgHIDxQ_vx_kBuY,14378
|
|
194
|
+
matrice_analytics-0.1.51.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
195
|
+
matrice_analytics-0.1.51.dist-info/top_level.txt,sha256=STAPEU-e-rWTerXaspdi76T_eVRSrEfFpURSP7_Dt8E,18
|
|
196
|
+
matrice_analytics-0.1.51.dist-info/RECORD,,
|
|
File without changes
|
{matrice_analytics-0.1.50.dist-info → matrice_analytics-0.1.51.dist-info}/licenses/LICENSE.txt
RENAMED
|
File without changes
|
|
File without changes
|