Skip to content

Commit

Permalink
fixed tools.json
Browse files Browse the repository at this point in the history
  • Loading branch information
shankar-vision-eng committed Mar 30, 2024
1 parent 6e06923 commit 1983102
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vision_agent/tools/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@
"name": "image_classification",
"description": "classify the objects in the image."
},
{
"name": "closed_set_image_classification",
"description": "Given a set of classes as a text prompt, classify the objects in the image based on the given classes."
},
{
"name": "panoptic_segmentation",
"description": "segment the common objects in the given image."
Expand Down

0 comments on commit 1983102

Please sign in to comment.