shaunyuan22 / SODA-mmrotate

SODA-A Small Object Detection Toolbox and Benchmark
https://shaunyuan22.github.io/SODA/
Apache License 2.0
37 stars 6 forks source link

The area range in the code is different from the range in the paper #6

Closed liuaj22 closed 1 year ago

liuaj22 commented 1 year ago

What's the feature?

The area ranges are [0, 144], [144, 400], [400, 1024], [1024, 2000] in the code while they are [0, 256], [256, 576], [576, 1024], [1024, 2000] in the paper, which setting should I adopt for fair comparison? Do I need to change the code to ' [0, 256], [256, 576], [576, 1024], [1024, 2000]' to match the setting in the paper?

Any other context?

No response

shaunyuan22 commented 1 year ago

The area ranges [0, 144], [144, 400], [400, 1024], [1024, 2000] are used for the evaluation of various detectors in our final paper (see https://ieeexplore.ieee.org/document/10168277), the ranges ( [0, 256], [256, 576], [576, 1024], [1024, 2000]) were discarded.