Last active
January 13, 2020 20:04
-
-
Save tonyreina/0be73364a7532036047ce474e7c23f46 to your computer and use it in GitHub Desktop.
Intel OpenVINO setup environment
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source /opt/intel/openvino/bin/setupvars.sh | |
alias downloader='python3 ${INTEL_OPENVINO_DIR}/deployment_tools/model_downloader/downloader.py' | |
alias mo='${INTEL_OPENVINO_DIR}/deployment_tools/model_optimizer/mo.py' | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment