matrice-analytics 0.1.48__py3-none-any.whl → 0.1.49__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.

@@ -135,9 +135,9 @@ class TemporalIdentityManager:
135
135
  location=location,
136
136
  timestamp=timestamp,
137
137
  )
138
- print("------------------FACE RECOG TEMPORAL IDENTITY MANAGER UPDATE - COMPUTE BEST IDENTITY----------------------------")
138
+ print("------------------FACE RECOG TEMPORAL IDENTITY MANAGER UPDATE - COMPUTE BEST IDENTITY_0G----------------------------")
139
139
  print("LATENCY:",(time.time() - st10)*1000,"| Throughput fps:",(1.0 / (time.time() - st10)) if (time.time() - st10) > 0 else None)
140
- print("------------------FACE RECOG TEMPORAL IDENTITY MANAGER UPDATE - COMPUTE BEST IDENTITY----------------------------")
140
+ print("------------------FACE RECOG TEMPORAL IDENTITY MANAGER UPDATE - COMPUTE BEST IDENTITY_0G----------------------------")
141
141
 
142
142
  except Exception as e:
143
143
  self.logger.error(f"API ERROR: Failed to search similar faces in _compute_best_identity: {e}", exc_info=True)
@@ -241,9 +241,9 @@ class TemporalIdentityManager:
241
241
  staff_id, person_name, inst_score, employee_id, staff_details, det_type = await self._compute_best_identity(
242
242
  emb, location=location, timestamp=timestamp
243
243
  )
244
- print("------------------FACE RECOG TEMPORAL IDENTITY MANAGER UPDATE - COMPUTE BEST IDENTITY----------------------------")
244
+ print("------------------FACE RECOG TEMPORAL IDENTITY MANAGER UPDATE - COMPUTE BEST IDENTITY_I----------------------------")
245
245
  print("LATENCY:",(time.time() - st8)*1000,"| Throughput fps:",(1.0 / (time.time() - st8)) if (time.time() - st8) > 0 else None)
246
- print("------------------FACE RECOG TEMPORAL IDENTITY MANAGER UPDATE - COMPUTE BEST IDENTITY----------------------------")
246
+ print("------------------FACE RECOG TEMPORAL IDENTITY MANAGER UPDATE - COMPUTE BEST IDENTITY_I----------------------------")
247
247
 
248
248
  is_inst_known = staff_id is not None and inst_score >= self.threshold
249
249
  if is_inst_known:
@@ -964,7 +964,7 @@ class FaceRecognitionEmbeddingUseCase(BaseProcessor):
964
964
  )
965
965
  print("------------------WHOLE FACE RECOG PROCESSING DETECTION----------------------------")
966
966
  print("LATENCY:",(time.time() - st1)*1000,"| Throughput fps:",(1.0 / (time.time() - st1)) if (time.time() - st1) > 0 else None)
967
- print("------------------FACE RECOG PROCESSING DETECTION----------------------------")
967
+ print("------------------WHOLE FACE RECOG PROCESSING DETECTION----------------------------")
968
968
 
969
969
  # Include both known and unknown faces in final detections (maintains original order)
970
970
  if processed_detection:
@@ -1164,9 +1164,9 @@ class FaceRecognitionEmbeddingUseCase(BaseProcessor):
1164
1164
  self.logger.debug(f"Enqueued known face detection for activity logging: {detection.get('person_name', 'Unknown')}")
1165
1165
  except Exception as e:
1166
1166
  self.logger.error(f"Error enqueueing detection for activity logging: {e}")
1167
- print("------------------FACE RECOG ENQUEUEING DETECTION FOR ACTIVITY LOGGING----------------------------")
1167
+ print("------------------PROCESS FACE LATENCY TOTAL----------------------------")
1168
1168
  print("LATENCY:",(time.time() - st2)*1000,"| Throughput fps:",(1.0 / (time.time() - st2)) if (time.time() - st2) > 0 else None)
1169
- print("------------------FACE RECOG ENQUEUEING DETECTION FOR ACTIVITY LOGGING----------------------------")
1169
+ print("------------------PROCESS FACE LATENCY TOTAL----------------------------")
1170
1170
 
1171
1171
  return detection
1172
1172
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: matrice_analytics
3
- Version: 0.1.48
3
+ Version: 0.1.49
4
4
  Summary: Common server utilities for Matrice.ai services
5
5
  Author-email: "Matrice.ai" <dipendra@matrice.ai>
6
6
  License-Expression: MIT
@@ -29,7 +29,7 @@ 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=FrhNf-WFCYRiygl6aWluKiRMZLwKdouDd4xFR_7EtDM,98285
32
+ matrice_analytics/post_processing/face_reg/face_recognition.py,sha256=2_9e9W3hUo9LOsjrChIgEMQO_9dIJ_PKYtkj6XAa1uI,98249
33
33
  matrice_analytics/post_processing/face_reg/face_recognition_client.py,sha256=VxNUcFB0cDnCPZeebYjYKhQfve40V3hdcPVg4FcJmpM,27577
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
@@ -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.48.dist-info/licenses/LICENSE.txt,sha256=_uQUZpgO0mRYL5-fPoEvLSbNnLPv6OmbeEDCHXhK6Qc,1066
193
- matrice_analytics-0.1.48.dist-info/METADATA,sha256=ySzEz5ofuBlMN8KvcDsCa7G4eBO9rukOOPAx0fdBcHs,14378
194
- matrice_analytics-0.1.48.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
195
- matrice_analytics-0.1.48.dist-info/top_level.txt,sha256=STAPEU-e-rWTerXaspdi76T_eVRSrEfFpURSP7_Dt8E,18
196
- matrice_analytics-0.1.48.dist-info/RECORD,,
192
+ matrice_analytics-0.1.49.dist-info/licenses/LICENSE.txt,sha256=_uQUZpgO0mRYL5-fPoEvLSbNnLPv6OmbeEDCHXhK6Qc,1066
193
+ matrice_analytics-0.1.49.dist-info/METADATA,sha256=rAaDXN9p20demOvo45wJCi8cjk2x4GmRENFP1J_D0WA,14378
194
+ matrice_analytics-0.1.49.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
195
+ matrice_analytics-0.1.49.dist-info/top_level.txt,sha256=STAPEU-e-rWTerXaspdi76T_eVRSrEfFpURSP7_Dt8E,18
196
+ matrice_analytics-0.1.49.dist-info/RECORD,,