Workaround a problem with deployment openvino serverless functions (#1996)

* Fix a problem with permission.

* Update CHANGELOG.md
main
Nikita Manovich 6 years ago committed by GitHub
parent 4cb75a6a7f
commit 5a8d7196e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -20,7 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
-
### Fixed
-
- Issue loading openvino models for semi-automatic and automatic annotation (<https://github.com/opencv/cvat/pull/1996>)
### Security
-

@ -36,8 +36,6 @@ spec:
value: unzip dextr_model_v1.zip
- kind: RUN
value: pip3 install Pillow
- kind: USER
value: openvino
triggers:
myHttpTrigger:

@ -33,10 +33,6 @@ spec:
- kind: RUN
value: /opt/intel/openvino/deployment_tools/open_model_zoo/tools/downloader/converter.py --name person-reidentification-retail-0300 --precisions FP32 -d /opt/nuclio/open_model_zoo -o /opt/nuclio/open_model_zoo
postCopy:
- kind: USER
value: openvino
triggers:
myHttpTrigger:
maxWorkers: 2

@ -60,8 +60,6 @@ spec:
value: apt update && DEBIAN_FRONTEND=noninteractive apt install --no-install-recommends -y python3-skimage
- kind: RUN
value: pip3 install "numpy<1.16.0" # workaround for skimage
- kind: USER
value: openvino
triggers:
myHttpTrigger:

@ -34,10 +34,6 @@ spec:
- kind: RUN
value: /opt/intel/openvino/deployment_tools/open_model_zoo/tools/downloader/downloader.py --name text-detection-0004 -o /opt/nuclio/open_model_zoo
postCopy:
- kind: USER
value: openvino
triggers:
myHttpTrigger:
maxWorkers: 2

@ -115,10 +115,6 @@ spec:
- kind: RUN
value: /opt/intel/openvino/deployment_tools/open_model_zoo/tools/downloader/converter.py --name faster_rcnn_inception_v2_coco --precisions FP32 -d /opt/nuclio/open_model_zoo -o /opt/nuclio/open_model_zoo
postCopy:
- kind: USER
value: openvino
triggers:
myHttpTrigger:
maxWorkers: 2

@ -123,8 +123,6 @@ spec:
value: apt update && DEBIAN_FRONTEND=noninteractive apt install --no-install-recommends -y python3-skimage
- kind: RUN
value: pip3 install "numpy<1.16.0" # workaround for skimage
- kind: USER
value: openvino
triggers:
myHttpTrigger:

@ -115,9 +115,6 @@ spec:
- kind: RUN
value: /opt/intel/openvino/deployment_tools/open_model_zoo/tools/downloader/converter.py --name yolo-v3-tf --precisions FP32 -d /opt/nuclio/open_model_zoo -o /opt/nuclio/open_model_zoo
postCopy:
- kind: USER
value: openvino
triggers:
myHttpTrigger:

Loading…
Cancel
Save