Skip to content

Changes needed to use DOPE for higher Image Resolutions #421

@TUMGEKA

Description

@TUMGEKA

Hey, I want to use Dope with higher-resolution images, around 1000 × 1100. I’m wondering where I need to make changes in Dope. Here are some areas I’ve been thinking about:

Preprocessing:
Should I scale or crop my images to a square resolution before feeding them into training or inference? For example, 1000 × 1000.

Training:
During training, I noticed that the augmentation step crops a random 400 × 400 region from the image. Can I simply comment this out, or do I also need to adjust other parameters in the training code? My generated dataset already includes many images where the object is only partially visible, so additional cropping might not be necessary.

Inference:
Do I need to make any major changes here? I know that the belief maps are scaled to w/8 and h/8 — does this happen automatically?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions