VDIGPKU / M2Det

M2Det: A Single-Shot Object Detector based on Multi-Level Feature Pyramid Network
MIT License
1.45k stars 318 forks source link

about image size and anchor scale #84

Open bjmajic opened 5 years ago

bjmajic commented 5 years ago

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]