Skip to content

Commit

Permalink
delete crop_to_bbox
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobalt93 committed Nov 11, 2024
1 parent ef91d1c commit ac79a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nnunetv2/preprocessing/cropping/cropping.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from scipy.ndimage import binary_fill_holes

# Hello! crop_to_nonzero is the function you are looking for. Ignore the rest.
from acvl_utils.cropping_and_padding.bounding_boxes import get_bbox_from_mask, crop_to_bbox, bounding_box_to_slice
from acvl_utils.cropping_and_padding.bounding_boxes import get_bbox_from_mask, bounding_box_to_slice


def create_nonzero_mask(data):
Expand Down

0 comments on commit ac79a61

Please sign in to comment.