Skip to content

Commit

Permalink
Update mediapipe_model_info.py (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaroncherian authored Sep 5, 2024
1 parent f57b8ff commit 0b547bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ 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
yolo_model_size: Literal[
"nano", "small", "medium", "large", "extra_large", "high_res"
] = "nano"
Expand Down

0 comments on commit 0b547bc

Please sign in to comment.