matrice-analytics 0.1.52__py3-none-any.whl → 0.1.53__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.52.dist-info → matrice_analytics-0.1.53.dist-info}/METADATA +1 -1
- {matrice_analytics-0.1.52.dist-info → matrice_analytics-0.1.53.dist-info}/RECORD +6 -6
- {matrice_analytics-0.1.52.dist-info → matrice_analytics-0.1.53.dist-info}/WHEEL +0 -0
- {matrice_analytics-0.1.52.dist-info → matrice_analytics-0.1.53.dist-info}/licenses/LICENSE.txt +0 -0
- {matrice_analytics-0.1.52.dist-info → matrice_analytics-0.1.53.dist-info}/top_level.txt +0 -0
|
@@ -568,7 +568,7 @@ class FacialRecognitionClient:
|
|
|
568
568
|
if response:
|
|
569
569
|
return response
|
|
570
570
|
else:
|
|
571
|
-
error_msg = response
|
|
571
|
+
error_msg = response #.get("error", "Unknown RPC error")
|
|
572
572
|
self.logger.error(f"RPC Error: {error_msg}", exc_info=True)
|
|
573
573
|
return {"success": False, "error": error_msg}
|
|
574
574
|
except Exception as e:
|
|
@@ -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=hv4WIUQg-PiSZ_H_jo8bbU8hvsAdF7E9KxUhdYcqi7Y,35815
|
|
32
32
|
matrice_analytics/post_processing/face_reg/face_recognition.py,sha256=rmBwr725V849OfMmQfxGEvGkPacV9ztc547b-Gms3kY,103735
|
|
33
|
-
matrice_analytics/post_processing/face_reg/face_recognition_client.py,sha256=
|
|
33
|
+
matrice_analytics/post_processing/face_reg/face_recognition_client.py,sha256=eF2NYju1uWKXhILndI1rh4_VhWrKSGidui2jjbPQXgM,27596
|
|
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.53.dist-info/licenses/LICENSE.txt,sha256=_uQUZpgO0mRYL5-fPoEvLSbNnLPv6OmbeEDCHXhK6Qc,1066
|
|
193
|
+
matrice_analytics-0.1.53.dist-info/METADATA,sha256=CkxvpyDD9QLg9z3vnu-T-PECVIdiqUh6Hoy_CMN0kCM,14378
|
|
194
|
+
matrice_analytics-0.1.53.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
195
|
+
matrice_analytics-0.1.53.dist-info/top_level.txt,sha256=STAPEU-e-rWTerXaspdi76T_eVRSrEfFpURSP7_Dt8E,18
|
|
196
|
+
matrice_analytics-0.1.53.dist-info/RECORD,,
|
|
File without changes
|
{matrice_analytics-0.1.52.dist-info → matrice_analytics-0.1.53.dist-info}/licenses/LICENSE.txt
RENAMED
|
File without changes
|
|
File without changes
|