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

How to adjust the scale range used in fpn on my own dataset #252

Closed zyf12389 closed 4 years ago

zyf12389 commented 4 years ago

I just want to detect person in my task, and the proportion of people to be detected in the image is large, which statistics should I refer to to adjust the scale range? Thanks.

tianzhi0549 commented 4 years ago

@zyf12389 you might need to scale down your input image.

zyf12389 commented 4 years ago

thanks. i'll try