Skip to content

Why do we need to upsampling the image to 224? #8

@nmpn

Description

@nmpn

Hi,

Can you please tell me why do we need to upsampling to 224 in preprocess stage?

torch_img = F.upsample(torch_img, size=(224, 224), mode='bilinear', align_corners=False)

I used my own model and if I don't upsample to 224,224, the results seem not correct.

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