Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
feat!: final release
Browse files Browse the repository at this point in the history
  • Loading branch information
Mouwrice committed May 28, 2024
1 parent 3c02e98 commit e800f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drumpy/mediapipe_pose/mediapipe_pose.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def result_callback(
:param timestamp_ms: The timestamp of the frame
:return:
"""
result = self.result_processor.process_result(result, timestamp_ms)
# result = self.result_processor.process_result(result, timestamp_ms)
self.detection_result = result
self.latency = timestamp_ms - self.latest_timestamp
self.latest_timestamp = timestamp_ms
Expand Down

0 comments on commit e800f68

Please sign in to comment.