Skip to content

Commit

Permalink
format changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonalaird committed Sep 6, 2024
1 parent 1a5f087 commit f975de2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions vision_agent/agent/vision_agent_prompts.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@
OBSERVATION:
[Artifact code.py edits]
---
+++
---
+++
@@ -1,7 +1,7 @@
from vision_agent.tools import load_image, florence2_phrase_grounding, closest_box_distance, overlay_bounding_boxes, save_image
def count_workers_with_helmets(image_path: str, output_path: str):
Expand Down
1 change: 0 additions & 1 deletion vision_agent/tools/meta_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,6 @@ def florence2_fine_tuning(bboxes: List[Dict[str, Any]], task: str) -> str:
fine_tune_id = str(
landing_api.launch_fine_tuning_job("florencev2", task_type, fine_tuning_request)
)
fine_tune_id = "798db6c9-cc22-452c-8015-64a4f7e6b663"
print(f"[Florence2 fine tuning id: {fine_tune_id}]")
return fine_tune_id

Expand Down

0 comments on commit f975de2

Please sign in to comment.