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
The image is shifted without updating the GT homography. This is the default behaviour but can be easily fixed by allow_shifted=False which will create a motion blur kernel that does not move the image.
The text was updated successfully, but these errors were encountered:
iago-suarez
changed the title
Danger: Albumentations Motion Blur is shifting our images
Danger: Albumentations MotionBlur is shifting our images
Nov 1, 2023
iago-suarez
added a commit
to iago-suarez/glue-factory
that referenced
this issue
Nov 1, 2023
I realized that for some images, Albumentations is damaging our GT homographies because when MotionBlur is applied in
The image is shifted without updating the GT homography. This is the default behaviour but can be easily fixed by
allow_shifted=False
which will create a motion blur kernel that does not move the image.The text was updated successfully, but these errors were encountered: