WongKinYiu / yolor

implementation of paper - You Only Learn One Representation: Unified Network for Multiple Tasks (https://arxiv.org/abs/2105.04206)
GNU General Public License v3.0
1.99k stars 518 forks source link

How can I detect tiny object? #197

Open er778899789 opened 2 years ago

er778899789 commented 2 years ago

I have image like below.

dC_8C-154640-0047

The bigger two object I can detect successfully, but the tiny two object I can't detect it. Do I need to change any config setting in my cfg or yaml file? If anyone have experiences on detect tiny object, please give me some tips. THX