Skip to content

Commit

Permalink
Change the version of OpenVINO compatibility (cvat-ai#797)
Browse files Browse the repository at this point in the history
* Change the version of OpenVINO compatibility
  • Loading branch information
benhoff authored and Chris Lee-Messer committed Mar 5, 2020
1 parent 8085d5c commit 0769931
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 0769931

Please sign in to comment.