Skip to content

Instantly share code, notes, and snippets.

@Tob-iee
Last active September 21, 2020 08:07
Show Gist options
  • Save Tob-iee/4ef845f60651cda66e1d8fb858604ed8 to your computer and use it in GitHub Desktop.
Save Tob-iee/4ef845f60651cda66e1d8fb858604ed8 to your computer and use it in GitHub Desktop.
download models from OpenVINO's model directory
#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