Last active
September 21, 2020 08:07
-
-
Save Tob-iee/4ef845f60651cda66e1d8fb858604ed8 to your computer and use it in GitHub Desktop.
download models from OpenVINO's model directory
This file contains 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
#Navigate to the model downloader directory and download the models | |
#Download the person detection model | |
python3 /opt/intel/openvino/deployment_tools/tools/model_downloader/downloader.py --name "person-detection-retail-0013" | |
#Download the face detection model | |
python /opt/intel/openvino/deployment_tools/tools/model_downloader/downloader.py --name "face-detection-adas-binary-0001" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment