lzx1413 / PytorchSSD

pytorch version of SSD and it's enhanced methods such as RFBSSD,FSSD and RefineDet
MIT License
709 stars 237 forks source link

How is the detection effect on small targets? #83

Open WY51BE opened 5 years ago

WY51BE commented 5 years ago

How is the detection effect on small targets?

greatdt commented 5 years ago

I trained this model (SSD_vgg) in the dataset of "GDXray" which composes of many small objects. But the mAP is not good. I suggest the input size of the image and the size of the prior box need to be adjusted.

lzx1413 commented 5 years ago

You should use large images to handle the small targets.