Anna Likholat
Anna Likholat
@allnes please review
@IRONICBo please upgrade source code and dependencies to [OpenVINO 2022.1](https://github.com/openvinotoolkit/openvino/releases/tag/2022.1.1) and use [OpenVINO Java API 2.0](https://github.com/openvinotoolkit/openvino_contrib/releases/tag/2022.1)
```python import topologies as omz face_detection = omz.Topology('face-detection-0102', precision='FP32') xml_path, bin_path = face_detection.get_ir('FP16') ``` output: ``` ################|| Downloading models ||################ ========== Downloading /models/intel/face-detection-0102/FP32/face-detection-0102.xml ... 100%, 162 KB, 401520 KB/s, 0...
@IRDonch, @ngaloppo, Please review this PR. This PR is a continuation of https://github.com/openvinotoolkit/open_model_zoo/pull/304
@IRDonch, please, tell me, which directory is the best place to put the ```open_model_zoo.py```?
@IRDonch @eizamaliev, please review it again
Hello, @dkurt :) Thank you for mentioning this! I'm already working on it