Skip to content
This repository was archived by the owner on May 28, 2024. It is now read-only.
This repository was archived by the owner on May 28, 2024. It is now read-only.

The anchor setting for VOC is mismatched with the paper. #27

@GeoffreyChen777

Description

@GeoffreyChen777

Hi, thanks for your awesome work!

In your paper, you mentioned that you use RPN Anchor Sizes: [8, 16, 32] for VOC.

I noticed that you configure it here:

'TRAIN.LR_SCHEDULE=[7500,40000]', 'RPN.ANCHOR_SIZES=(8,16,32)',

However, according to this file:

sizes=cfg.RPN.ANCHOR_SIZES,

The RPN.ANCHOR_SIZES only works when you use ResNetC4Model . I think you never use it in all your experiments. ResNetFPNModel is your model. You need to set FPN.ANCHOR_SIZES for ResNetFPNModel.

Correct me if I'm wrong.

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