Export MobileNet_SSD series from Google Object Detection ZOO
Download the tensorflow/models repository(Reference)
【Note】:The following three models(training results) on the official website cannot be used directly, you need to export frozen_inference_graph.pb
yourself
- MobileNetV3_Small+SSDLite
- MobileNetV3_Large+SSDLite
- MobileDet_CPU+SSDLite
expoted_MobileNet*_SSDLite
.
├── checkpoint
├── frozen_inference_graph.pb
├── model.ckpt.data-00000-of-00001
├── model.ckpt.index
├── model.ckpt.meta
├── pipeline.config
└── saved_model
├── saved_model.pb
└── variables