Skip to content

Commit

Permalink
describe box output
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonalaird committed May 7, 2024
1 parent d69ce5a commit bc26051
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions vision_agent/tools/tools_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ def grounding_dino(
Returns:
List[Dict[str, Any]]: A list of dictionaries containing the score, label, and
bounding box of the detected objects with normalized coordinates.
bounding box of the detected objects with normalized coordinates
(x1, y1, x2, y2).
Example
-------
Expand Down Expand Up @@ -111,7 +112,8 @@ def grounding_sam(
Returns:
List[Dict[str, Any]]: A list of dictionaries containing the score, label,
bounding box, and mask of the detected objects with normalized coordinates.
bounding box, and mask of the detected objects with normalized coordinates
(x1, y1, x2, y2).
Example
-------
Expand Down

0 comments on commit bc26051

Please sign in to comment.