Skip to content
This repository was archived by the owner on May 28, 2024. It is now read-only.
This repository was archived by the owner on May 28, 2024. It is now read-only.

About Cutout size #24

@Chrisfsj2051

Description

@Chrisfsj2051

Hi!

I found that in your code, you set cutout_op as iaa.Cutout(nb_iterations=(1, 5), size=[0, 0.2], squared=True), here size=[0,0.2] means the size is either 0 or 0.2 ( under imgaug 0.4.0), which is different as what is described in paper.

Maybe we should change it to iaa.Cutout(nb_iterations=(1, 5), size=(0, 0.2), squared=True) ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions