Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Dayof committed Aug 23, 2024
1 parent f88cd6c commit 653bfd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vision_agent/tools/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -1337,6 +1337,7 @@ def florencev2_fine_tuning(bboxes: List[Dict[str, Any]], task: str) -> UUID:
)


# TODO: add this function to the imports so that is picked in the agent
def florencev2_fine_tuned_object_detection(
image: np.ndarray, prompt: str, model_id: UUID, task: str
) -> List[Dict[str, Any]]:
Expand Down

0 comments on commit 653bfd2

Please sign in to comment.