Skip to content

Improvement "Variable input image size" #2

@apacha

Description

@apacha

Currently, we are wasting a lot of time on processing images, that are much larger than the objects, that we are interested in. Make the input variable sized to only contain the objects of interest.

Reason: For simplicity, we were limiting ourselves to a fixed image size. If we used Adaptive Global Average Pooling in the network, we could accept images of arbitrary size and therefore crop the images to only contain the two objects of interest (plus a little margin) instead of a fixed crop.

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