Skip to content

Commit

Permalink
Fix: Time Paste Execution
Browse files Browse the repository at this point in the history
  • Loading branch information
ortanaV2 authored Nov 20, 2024
1 parent ad7cacf commit 7369bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion area_mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,4 +151,4 @@ def mask_deployment(tree_mask: np.ndarray, water_mask: np.ndarray) -> tuple[np.n
water_mask = get_water_mask(image_input_path)
hf.paste_debugging("water mask generated") #* Debugging (Time Paste)

result_tuple = mask_deployment(image_input_path, tree_mask, water_mask)
result_tuple = mask_deployment(tree_mask, water_mask)

0 comments on commit 7369bd5

Please sign in to comment.