Skip to content

Commit

Permalink
improve docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Dayof committed Aug 13, 2024
1 parent 4bee8d7 commit 21d5ee8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vision_agent/tools/meta_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,9 @@ def florencev2_fine_tuned_object_detection(
image,
'person looking at a coyote',
UUID("381cd5f9-5dc4-472d-9260-f3bb89d31f83"),
model_is_ready=True
model_is_ready=check_if_fine_tuned_florencev2_is_ready(
UUID("381cd5f9-5dc4-472d-9260-f3bb89d31f83")
)
)
[
{'score': 1.0, 'label': 'person', 'bbox': [0.1, 0.11, 0.35, 0.4]},
Expand Down

0 comments on commit 21d5ee8

Please sign in to comment.