Skip to content

Confusion about input size and output size and center crop? #281

@WNZhao1988

Description

@WNZhao1988

Based on your code, it seems that you crop the center from a 540x540 image to get the 270x270 image as input, and for annotation, you crop the center from a 540x540 annotation to get the 80x80 annotation as output/ground truth. I wonder why for input you only use the center part instead od the original size of the image and also for annotation why you don't keep it consistent with the input size (e.g. 270x270 or 540x540), instead, you use a smaller outputsize?

Could you simply explain this to me?

Thank you!

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