Skip to content

Instantly share code, notes, and snippets.

@Tob-iee
Last active September 21, 2020 08:07
Show Gist options
  • Save Tob-iee/ec4a68a89b093e0d00e155292e585695 to your computer and use it in GitHub Desktop.
Save Tob-iee/ec4a68a89b093e0d00e155292e585695 to your computer and use it in GitHub Desktop.
optimize models
#Optimize the safety model
python3 /opt/intel/openvino/deployment_tools/tools/model_optimizer/mo_caffe.py --input_model <path to caffemodel file> --input_proto <path to prototxt file> -o <specify the output directory>
#Optimize the mask model
python3 /opt/intel/openvino/deployment_tools/tools/model_optimizer/mo_caffe.py --input_model <path to caffemodel file> --input_proto <path to prototxt file> -o <specify the output directory>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment