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

ssd-inceptionv3 forward time #205

Open fighting-liu opened 6 years ago

fighting-liu commented 6 years ago

As you note, Inception-v3 512x512 is the fastest model. But from my test, vgg-reduced is around 100FPS, but Inception-v3 512x512 got only 30FPS, is it normal? Any hint? Thanks!

zhreshold commented 6 years ago

Did you use pretrained models? Inception should be faster than VGG regardless of CPU/GPU devices.