Skip to content

旋转后标签框异常 #52

Description

@Republic97

软件是3.0版本,组合增强中包含旋转,旋转后的图片标签框也跟着旋转,对于普通目标检测是不可用状态。异常如下所示:

Image Image

增强的图片和标签如下:

train - 副本.zip
增强代码如下:
aug = iaa.SomeOf((1, 3), [
iaa.Affine(rotate=(-30,30)),
iaa.Multiply((0.8,1.2)),
iaa.LinearContrast((0.8,1.2)),
iaa.Fliplr(1.0)
iaa.imgcorruptlike.GaussianNoise(severity=2)
])

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions