chuanqi305 / SqueezeNet-SSD

SSD detection network of SqueezeNet, with pretrained weights on VOC0712 and mAP=0.643
64 stars 35 forks source link

Problems about training dataset #10

Open ujsyehao opened 6 years ago

ujsyehao commented 6 years ago

Hi, @chuanqi305 In README.md, you say

with pretrained weights on VOC0712 and mAP=0.643

I found that this sentence is similar to the one in mobilenet-ssd, In mobilenet-ssd's README.md, it means train model on coco dataset with pretrained imagenet model first, then finutune the model on voc0712 dataset, Finally, test model on voc07 test dataset, get mAP=72.7%. Is it equal in squeezenet-ssd?

ujsyehao commented 6 years ago

hhh