lufficc / SSD

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

Inference time of SSD512 on COCO dataset #188

Open chencjGene opened 3 years ago

chencjGene commented 3 years ago

Hi,

When I try to use SSD512 trained on COCO dataset to make prediction, it takes more than 1s per image. Is it normal? The speed of SSD300 trained on VOC dataset is around 0.01~0.02s per image in my server.

Thanks