Skip to content

Commit

Permalink
Merge pull request #20 from freemocap/philip/change_mediapipe_default
Browse files Browse the repository at this point in the history
Turn off static image mode as default
  • Loading branch information
philipqueen authored Mar 13, 2024
2 parents 18917c6 + 5af0fd2 commit 5b715ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ class MediapipeTrackingParams(BaseTrackingParams):
mediapipe_model_complexity: int = 2
min_detection_confidence: float = 0.5
min_tracking_confidence: float = 0.5
static_image_mode: bool = True
static_image_mode: bool = False

0 comments on commit 5b715ee

Please sign in to comment.