Thank you all for your hard work, I have encountered function not exist issue as follows, really looking forward to implement it!
Function not exist in import package, bbox_crop function is not found.
file: fourm/data/modality_transfroms.py/DetectionTransform/bboxes_crop_resize/modality_transforms.py
code: line 689
package version:
# Name Version Build Channel
albumentations 1.4.12 pypi_0 pypi
import albumentations as A
bboxes = [tuple(A.bbox_crop(bbox[:4], x_min=xmin, y_min=ymin, x_max=xmax, y_max=ymax, rows=orig_height, cols=orig_width)) + tuple(bbox[4:]) for bbox in bboxes]
Thank you all for your hard work, I have encountered function not exist issue as follows, really looking forward to implement it! Function not exist in import package, bbox_crop function is not found.
file: fourm/data/modality_transfroms.py/DetectionTransform/bboxes_crop_resize/modality_transforms.py code: line 689 package version: