Skip to content

Commit

Permalink
fixed erorr in default param for extract frames
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonalaird committed Sep 9, 2024
1 parent e124682 commit c5ebc9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vision_agent/tools/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c5ebc9b

Please sign in to comment.