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

"assert mask is not None" repetition #316

@andreaalf97

Description

@andreaalf97

Hi everyone, great project!

Just a simple mistake, but I thought I'd mention.

detr/util/misc.py

Lines 292 to 296 in a54b778

if mask is not None:
assert mask is not None
cast_mask = mask.to(device)
else:
cast_mask = None

Line 293, assert mask is not None is not necessary. Maybe left there from testing?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions