Skip to content

Instantly share code, notes, and snippets.

@minakhan01
Last active July 24, 2018 18:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save minakhan01/29ad18ce997c4bd1be08a039bbfab012 to your computer and use it in GitHub Desktop.
Save minakhan01/29ad18ce997c4bd1be08a039bbfab012 to your computer and use it in GitHub Desktop.
Convert coco_trained_ssh_mobilenet_net.pb to binary proto
Link to model:
https://github.com/minakhan01/VisionKitTry2/blob/master/ssd_mobilenet_v1_coco_2018_01_28/frozen_inference_graph.pb
./bonnet_model_compiler.par \
--frozen_graph_path=frozen_inference_graph.pb \
--output_graph_path=coco_object_detection.binaryproto \
--input_tensor_name="Preprocessor/sub" \
--output_tensor_names="concat,concat_1" \
--input_tensor_size=256
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment