From 653bfd210eb634168b859e10a914b853887c8a2a Mon Sep 17 00:00:00 2001 From: Dayanne Fernandes Date: Fri, 23 Aug 2024 19:29:58 -0300 Subject: [PATCH] comment --- vision_agent/tools/tools.py | 1 + 1 file changed, 1 insertion(+) diff --git a/vision_agent/tools/tools.py b/vision_agent/tools/tools.py index 6cb697a3..6d20f4f9 100644 --- a/vision_agent/tools/tools.py +++ b/vision_agent/tools/tools.py @@ -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]]: