From c5ebc9be9ef6828cf3e73e83560702a037191788 Mon Sep 17 00:00:00 2001 From: Dillon Laird Date: Mon, 9 Sep 2024 08:51:30 -0700 Subject: [PATCH] fixed erorr in default param for extract frames --- vision_agent/tools/tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vision_agent/tools/tools.py b/vision_agent/tools/tools.py index 7092a646..d1734915 100644 --- a/vision_agent/tools/tools.py +++ b/vision_agent/tools/tools.py @@ -1467,7 +1467,7 @@ def extract_frames( Parameters: video_uri (Union[str, Path]): The path to the video file, url or youtube link fps (float, optional): The frame rate per second to extract the frames. Defaults - to 10. + to 1. Returns: List[Tuple[np.ndarray, float]]: A list of tuples containing the extracted frame