Closed JLrumberger closed 2 years ago
What is the purpose of this PR?
Added calculate_normalization_matrix and get_instance_mask functions and tests.
calculate_normalization_matrix
get_instance_mask
How did you implement your changes
Replaced dummy code in segmentation_data_prep.py.
segmentation_data_prep.py
Remaining issues
None
I think I implemented all requested changes. My code formatter (black) seems to insert line breaks for init arguments.. so this might happen again in the future when I forget to fix it after formatting.
What is the purpose of this PR?
Added
calculate_normalization_matrix
andget_instance_mask
functions and tests.How did you implement your changes
Replaced dummy code in
segmentation_data_prep.py
.Remaining issues
None