Skip to content

Export MobileNet_SSD series from Google Object Detection ZOO

Notifications You must be signed in to change notification settings

popCain/exportMobileNet_SSDSeries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 

Repository files navigation

exportMobileNet_SSDSeries

Export MobileNet_SSD series from Google Object Detection ZOO

Setup Station(Tensorflow Object Detection API)

Download the tensorflow/models repository(Reference

Only download operation

Export operation

【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

Exported file structure

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

About

Export MobileNet_SSD series from Google Object Detection ZOO

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages