VDIGPKU/M2Det

about image size and anchor scale

bjmajic opened this issue · 0 comments

1、 why Only 320, 512, 704 and 800 are supported? In my case, i want image size=1024

2、anchor_config = dict(
step_pattern = [8, 16, 32, 64, 128, 256],
size_pattern = [0.06, 0.15, 0.33, 0.51, 0.69, 0.87, 1.05],
),

how to get the size_pattern ? can i change it to [0.01, 0.02, 0.03, 0.04, 0.05, 0.06, 0.07]