JaydeepR commited on
Commit
3e669f8
·
verified ·
1 Parent(s): e1c2355

Update visualization.py

Browse files
Files changed (1) hide show
  1. visualization.py +1 -1
visualization.py CHANGED
@@ -68,7 +68,7 @@ def save_summary_table(df, output_path):
68
  """
69
  df.to_csv(output_path, index=False)
70
 
71
- def generate_output(image, masks, objects_data, master_id, output_dir="data/output"):
72
  """
73
  Generate and save the final output including annotated image and summary table.
74
 
 
68
  """
69
  df.to_csv(output_path, index=False)
70
 
71
+ def generate_output(image, masks, objects_data, master_id, output_dir="."):
72
  """
73
  Generate and save the final output including annotated image and summary table.
74