zhreshold / mxnet-ssd

MXNet port of SSD: Single Shot MultiBox Object Detector. Reimplementation of https://github.com/weiliu89/caffe/tree/ssd
MIT License
764 stars 337 forks source link

Any suggestions about adjusting hyper-parameters? #227

Open Jessespace opened 5 years ago

Jessespace commented 5 years ago

Can you provide some advice about how to adjusting hyper-parameters in object detection? 1) I have tried the ssd algorithm ,and got 90% mAP,but it's difficult to further improve. 2) I also tried the faster R-CNN,I just got 30% mAP,how to adjusting the params,like anchor size,iou... Thanks!!!