Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AsiaCao committed Apr 9, 2024
1 parent b18eabe commit 05b1ad5
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 @@ -323,7 +323,7 @@ class DINOv(Tool):
-------
>>> import vision_agent as va
>>> t = va.tools.DINOv()
>>> t(["red line", "yellow dot"], ct_scan1.jpg"])
>>> t(prompt=[{"mask":"balloon_mask.jpg", "image": "balloon.jpg"}], image="balloon.jpg"])
[{'scores': [0.512, 0.212],
'masks': [array([[0, 0, 0, ..., 0, 0, 0],
...,
Expand Down

0 comments on commit 05b1ad5

Please sign in to comment.