Skip to content

Effdet wrapper #17

@benihime91

Description

@benihime91

Hi, regarding effdet wrapper I noticed that you are doing this coc2pascal conversion

            # coco2pascal
            boxes[:, 2] = boxes[:, 2] + boxes[:, 0]
            boxes[:, 3] = boxes[:, 3] + boxes[:, 1]

But if i am not wrong the current effdet implementation returns boxes in pascal format -->

https://github.com/rwightman/efficientdet-pytorch/blob/301487e859fa8160dd3e01b7dbc54d713b392676/effdet/anchors.py#L122

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