lufficc / SSD

High quality, fast, modular reference implementation of SSD in PyTorch
MIT License
1.52k stars 384 forks source link

Poor performance with pretrained model #146

Closed NewMesc closed 3 years ago

NewMesc commented 4 years ago

Hi @lufficc,we have trained vgg_ssd300 on Pasca VOC for 5000 iterations using pretrained model and configuration in 'vgg_ssd300_voc0712.yaml', the total loss on validation set is 3.231, the map is 0.1641. Is this value all right?

buaagy commented 4 years ago

@NewMesc Hi, I ran into the same problem, have you solved it?

lufficc commented 4 years ago

If you test directly using the pretrained weights, what's the result?