Spaces:
Sleeping
Sleeping
Update visualization.py
Browse files- 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="
|
| 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 |
|