balancap / SSD-Tensorflow

Single Shot MultiBox Detector in TensorFlow
4.11k stars 1.89k forks source link

Mobilenet SSD? #370

Open kunalgoyal9 opened 4 years ago

kunalgoyal9 commented 4 years ago

Is there a similar implementation for Mobilenet SSD? What if I need to implement mobilenet SSD instead of VGG SSD300?

PS: Apart from the frozen graph of tensorflow object detection API?