Skip to content

Bboxes Bias And Meaning of Crop #5

@ronyyuan

Description

@ronyyuan

Hi,
Great work on the dataset! I have a question about using the MultiID-2M dataset that I'm hoping you can help clarify.
I noticed that when the 'crop' attribute doesn't start from [0, 0], all the face bounding boxes in the 'bboxes' field seem to have an offset equal to the starting coordinates of the 'crop' attribute.
Could you please explain what the 'crop' attribute represents?
Specifically, to get the true face bounding box coordinates in the original image, should I be applying this transformation:

[bboxes[0] - crop[0], bboxes[1] - crop[1], bboxes[2] - crop[0], bboxes[3] - crop[1]]

For more clearly, please ref to the following visualization

Image

The right bounding box is draw by the raw 'bboxes', while the left by the mentioned transformation.

Looking forward to your clarification.
Best regards,
Rony

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