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
sometimes(iaa.Affine(...)) is used in default augmentation in master which can rotate and translating the image. Boxes stay on the same place with is bad (especially if you have small boxes).
sometimes(iaa.Affine(...))
is used in default augmentation inmaster
which can rotate and translating the image. Boxes stay on the same place with is bad (especially if you have small boxes).The fix is to use imaug to move bboxes as well. See #107 or Rodrigo fork https://github.com/rodrigo2019/keras_yolo2 (however mind rodrigo2019#20).
The text was updated successfully, but these errors were encountered: