Skip to content

Commit

Permalink
fix prompt for florence2 sam2 video tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonalaird committed Sep 11, 2024
1 parent 1adcc21 commit 3e9be4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vision_agent/tools/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,8 @@ def florence2_sam2_video_tracking(
entities in a video given a text prompt such as category names or referring
expressions. You can optionally separate the categories in the text with commas. It
only tracks entities present in the first frame and only returns segmentation
masks. It is useful for tracking and counting without duplicating counts.
masks. It is useful for tracking and counting without duplicating counts if they
appear in the first frame, always outputs scores of 1.0.
Parameters:
prompt (str): The prompt to ground to the video.
Expand Down

0 comments on commit 3e9be4a

Please sign in to comment.