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

problem of training #235

Open kristine-li opened 5 years ago

kristine-li commented 5 years ago

when I follow the step of training, the results show that: image when epoch = 240 ,mAP is also very low, about 0.02 (batch-saize, lr are defalut). can you give me some solutions? @zhreshold

Belinda-great commented 4 years ago

Do you solved it, I have the same problem.