You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jonasricker
changed the title
--resize_mode "center_crop" fails due change in albumentations
--resize_mode "center_crop" fails due to change in albumentations
Jul 12, 2024
Due a change in https://github.com/albumentations-team/albumentations/blob/main/albumentations/augmentations/crops/functional.py, the following line
img2dataset/img2dataset/resizer.py
Line 186 in a70e10d
causes the error
"module 'albumentations' has no attribute 'center_crop'"
.It looks like one could use the
CenterCrop
class or recreatecenter_crop
usingcrop
andget_center_crop_coords
(https://github.com/albumentations-team/albumentations/blob/de2f0ccdd324c18ab2a30b6e9ef405ded260e272/albumentations/augmentations/crops/functional.py#L82).The text was updated successfully, but these errors were encountered: