balancap / SSD-Tensorflow

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

Using Inception Resnet V2 as Feature Extractor #161

Open renxinhe opened 6 years ago

renxinhe commented 6 years ago

Where can I find the checkpoint files for preprocessing networks other than VGG-300 and VGG-512? Namely, I'm looking for the pre-trained .ckpt files for inception, inception_resnet_v2, and inception_v3.

Also, does anyone know how easy is it to use Inception Resnet V2 as the feature extractor instead of VGG 300?

renxinhe commented 6 years ago

I found the Tensorflow Slim model zoo for the weights. Currently don't know if this will work since I still need to replace VGG 300 with Inception Resnet V2 for the SSD architecture first.

yu-jingrui commented 6 years ago

checkout my fork modular_ssd.