tianzhi0549 / FCOS

FCOS: Fully Convolutional One-Stage Object Detection (ICCV'19)
https://arxiv.org/abs/1904.01355
Other
3.27k stars 630 forks source link

Questions about object_sizes_of_interest? #273

Open shuoshuoa opened 4 years ago

shuoshuoa commented 4 years ago

Is the value of object_sizes_of_interest based on experience? If I modify the input size of the picture, do I need to adjust the object_sizes_of_interest???

tianzhi0549 commented 4 years ago

@shuoshuoa We think they are mainly related to the backbone, so you do not need to change them if you only resize the input.