Skip to content

train_maskrcnn bug #147

@MichaelLv

Description

@MichaelLv

There is a bug in train_maskrcnn.py.

Line 74, in filter_roidb function

valid = len(fg_inds) > 0 and len(bg_inds) > 0

should be:
valid = len(fg_inds) > 0 or len(bg_inds) > 0

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