Skip to content

Commit

Permalink
chore: update fl2sm2 chunk_length default param (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
CamiloInx authored Oct 11, 2024
1 parent 9c0589e commit 7070114
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 @@ -473,7 +473,7 @@ def florence2_sam2_image(


def florence2_sam2_video_tracking(
prompt: str, frames: List[np.ndarray], chunk_length: Optional[int] = None
prompt: str, frames: List[np.ndarray], chunk_length: Optional[int] = 3
) -> List[List[Dict[str, Any]]]:
"""'florence2_sam2_video_tracking' is a tool that can segment and track multiple
entities in a video given a text prompt such as category names or referring
Expand Down

0 comments on commit 7070114

Please sign in to comment.