From ccb1a6768725e60ab723121d6a4c8f2da41d4214 Mon Sep 17 00:00:00 2001 From: Scott Register Date: Sun, 27 Jul 2025 11:12:31 -0700 Subject: [PATCH] yolo v1 --- notebooks/foo_points_prev.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/foo_points_prev.py b/notebooks/foo_points_prev.py index 2a6e808..5d20347 100644 --- a/notebooks/foo_points_prev.py +++ b/notebooks/foo_points_prev.py @@ -46,7 +46,7 @@ MODEL_CFG = "configs/sam2.1/sam2.1_hiera_l.yaml" GREEN = [0, 255, 0] BLUE = [255, 0, 0] -INFERENCE_SCALE = 0.25 +INFERENCE_SCALE = 0.50 FULL_SCALE = 1.0 def open_video(video_path):