Skip to content

Commit

Permalink
fixed probability
Browse files Browse the repository at this point in the history
  • Loading branch information
hrnn committed Dec 9, 2024
1 parent f193438 commit 12062e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vision_agent/tools/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -2722,7 +2722,7 @@ def countgd_sam2_video_tracking(
"""'countgd_sam2_video_tracking' is a tool that can segment multiple objects given a text
prompt such as category names or referring expressions. The categories in the text
prompt are separated by commas. It returns a list of bounding boxes, label names,
mask file names and associated probability scores of 1.0.
mask file names and associated probability scores.
Parameters:
prompt (str): The prompt to ground to the image.
Expand Down Expand Up @@ -2767,7 +2767,7 @@ def owlv2_sam2_video_tracking(
"""'owlv2_sam2_video_tracking' is a tool that can segment multiple objects given a text
prompt such as category names or referring expressions. The categories in the text
prompt are separated by commas. It returns a list of bounding boxes, label names,
mask file names and associated probability scores of 1.0.
mask file names and associated probability scores.
Parameters:
prompt (str): The prompt to ground to the image.
Expand Down

0 comments on commit 12062e0

Please sign in to comment.