Commit 7d59b3b5 authored by continue-revolution's avatar continue-revolution

rm comment

parent 7f766cd7
...@@ -169,7 +169,7 @@ def apply_adaptive_masks( ...@@ -169,7 +169,7 @@ def apply_adaptive_masks(
half_weighted_distance = settings.composite_difference_threshold * mask_scalar[i] half_weighted_distance = settings.composite_difference_threshold * mask_scalar[i]
else: else:
half_weighted_distance = settings.composite_difference_threshold * mask_scalar[0] half_weighted_distance = settings.composite_difference_threshold * mask_scalar[0]
else: # len(mask_scalar.shape) == 3: else:
half_weighted_distance = settings.composite_difference_threshold * mask_scalar half_weighted_distance = settings.composite_difference_threshold * mask_scalar
converted_mask = converted_mask / half_weighted_distance converted_mask = converted_mask / half_weighted_distance
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment