Skip to content

Commit

Permalink
fix: owlv2 sam2 instance segmentation function name (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanwen-tian authored Jan 7, 2025
1 parent 92cce60 commit 81d03f7
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 @@ -506,7 +506,7 @@ def owlv2_sam2_instance_segmentation(
)

_display_tool_trace(
countgd_sam2_instance_segmentation.__name__,
owlv2_sam2_instance_segmentation.__name__,
{
"prompts": prompt,
"confidence": box_threshold,
Expand Down

0 comments on commit 81d03f7

Please sign in to comment.