Skip to content

Commit

Permalink
Change the version of OpenVINO compatibility (#797)
Browse files Browse the repository at this point in the history
* Change the version of OpenVINO compatibility
  • Loading branch information
benhoff authored and nmanovic committed Oct 24, 2019
1 parent 3bc1df8 commit dd821ca
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions components/openvino/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@

### Preparation

* Download [OpenVINO toolkit 2018R5](https://software.intel.com/en-us/openvino-toolkit) .tgz installer (offline or online) for Ubuntu platforms.
* Put downloaded file into ```cvat/components/openvino```.
* Accept EULA in the `cvat/components/eula.cfg` file.
- Download the latest [OpenVINO toolkit](https://software.intel.com/en-us/openvino-toolkit) .tgz installer
(offline or online) for Ubuntu platforms. Note that OpenVINO does not maintain forward compatability between
Intermediate Representations (IRs), so the version of OpenVINO in CVAT and the version used to translate the
models needs to be the same.
- Put downloaded file into ```cvat/components/openvino```.
- Accept EULA in the `cvat/components/eula.cfg` file.

### Build docker image
```bash
Expand Down

0 comments on commit dd821ca

Please sign in to comment.