git clone https://github.com/garybaughintel/openvino_inference_demo.git
cd openvino_inference_demo
git lfs install
git lfs pull
The latest installation instructions.
python -m venv .venv
.venv\Scripts\activate
python -m pip install --upgrade pip
pip install openvino-dev==2022.3.0
python ov_inference.py
Introduction to convolutional neural networks (CNN)
Netron for viewing OpenVINO models
omz_downloader --name yolo-v3-onnx
omz_converter --name yolo-v3-onnx
More details on getting models from the OpenVINO model zoo
Managing large files An example to add *.bin files to git lfs
git lfs track "*.bin"