You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
142 lines
4.8 KiB
YAML
142 lines
4.8 KiB
YAML
metadata:
|
|
name: openvino-omz-public-yolo-v3-tf
|
|
namespace: cvat
|
|
annotations:
|
|
name: YOLO v3
|
|
type: detector
|
|
framework: openvino
|
|
spec: |
|
|
[
|
|
{ "id": 0, "name": "person" },
|
|
{ "id": 1, "name": "bicycle" },
|
|
{ "id": 2, "name": "car" },
|
|
{ "id": 3, "name": "motorbike" },
|
|
{ "id": 4, "name": "aeroplane" },
|
|
{ "id": 5, "name": "bus" },
|
|
{ "id": 6, "name": "train" },
|
|
{ "id": 7, "name": "truck" },
|
|
{ "id": 8, "name": "boat" },
|
|
{ "id": 9, "name": "traffic light" },
|
|
{ "id": 10, "name": "fire hydrant" },
|
|
{ "id": 11, "name": "stop sign" },
|
|
{ "id": 12, "name": "parking meter" },
|
|
{ "id": 13, "name": "bench" },
|
|
{ "id": 14, "name": "bird" },
|
|
{ "id": 15, "name": "cat" },
|
|
{ "id": 16, "name": "dog" },
|
|
{ "id": 17, "name": "horse" },
|
|
{ "id": 18, "name": "sheep" },
|
|
{ "id": 19, "name": "cow" },
|
|
{ "id": 20, "name": "elephant" },
|
|
{ "id": 21, "name": "bear" },
|
|
{ "id": 22, "name": "zebra" },
|
|
{ "id": 23, "name": "giraffe" },
|
|
{ "id": 24, "name": "backpack" },
|
|
{ "id": 25, "name": "umbrella" },
|
|
{ "id": 26, "name": "handbag" },
|
|
{ "id": 27, "name": "tie" },
|
|
{ "id": 28, "name": "suitcase" },
|
|
{ "id": 29, "name": "frisbee" },
|
|
{ "id": 30, "name": "skis" },
|
|
{ "id": 31, "name": "snowboard" },
|
|
{ "id": 32, "name": "sports ball" },
|
|
{ "id": 33, "name": "kite" },
|
|
{ "id": 34, "name": "baseball bat" },
|
|
{ "id": 35, "name": "baseball glove" },
|
|
{ "id": 36, "name": "skateboard" },
|
|
{ "id": 37, "name": "surfboard" },
|
|
{ "id": 38, "name": "tennis racket" },
|
|
{ "id": 39, "name": "bottle" },
|
|
{ "id": 40, "name": "wine glass" },
|
|
{ "id": 41, "name": "cup" },
|
|
{ "id": 42, "name": "fork" },
|
|
{ "id": 43, "name": "knife" },
|
|
{ "id": 44, "name": "spoon" },
|
|
{ "id": 45, "name": "bowl" },
|
|
{ "id": 46, "name": "banana" },
|
|
{ "id": 47, "name": "apple" },
|
|
{ "id": 48, "name": "sandwich" },
|
|
{ "id": 49, "name": "orange" },
|
|
{ "id": 50, "name": "broccoli" },
|
|
{ "id": 51, "name": "carrot" },
|
|
{ "id": 52, "name": "hot dog" },
|
|
{ "id": 53, "name": "pizza" },
|
|
{ "id": 54, "name": "donut" },
|
|
{ "id": 55, "name": "cake" },
|
|
{ "id": 56, "name": "chair" },
|
|
{ "id": 57, "name": "sofa" },
|
|
{ "id": 58, "name": "pottedplant" },
|
|
{ "id": 59, "name": "bed" },
|
|
{ "id": 60, "name": "diningtable" },
|
|
{ "id": 61, "name": "toilet" },
|
|
{ "id": 62, "name": "tvmonitor" },
|
|
{ "id": 63, "name": "laptop" },
|
|
{ "id": 64, "name": "mouse" },
|
|
{ "id": 65, "name": "remote" },
|
|
{ "id": 66, "name": "keyboard" },
|
|
{ "id": 67, "name": "cell phone" },
|
|
{ "id": 68, "name": "microwave" },
|
|
{ "id": 69, "name": "oven" },
|
|
{ "id": 70, "name": "toaster" },
|
|
{ "id": 71, "name": "sink" },
|
|
{ "id": 72, "name": "refrigerator" },
|
|
{ "id": 73, "name": "book" },
|
|
{ "id": 74, "name": "clock" },
|
|
{ "id": 75, "name": "vase" },
|
|
{ "id": 76, "name": "scissors" },
|
|
{ "id": 77, "name": "teddy bear" },
|
|
{ "id": 78, "name": "hair drier" },
|
|
{ "id": 79, "name": "toothbrush" }
|
|
]
|
|
|
|
spec:
|
|
description: YOLO v3 via Intel OpenVINO
|
|
runtime: 'python:3.6'
|
|
handler: main:handler
|
|
eventTimeout: 30s
|
|
env:
|
|
- name: NUCLIO_PYTHON_EXE_PATH
|
|
value: /opt/nuclio/common/openvino/python3
|
|
|
|
volumes:
|
|
- volume:
|
|
name: openvino-common
|
|
configMap:
|
|
name: "cvat-nuclio-openvino-common"
|
|
defaultMode: 0750
|
|
volumeMount:
|
|
name: openvino-common
|
|
mountPath: /opt/nuclio/common/openvino
|
|
|
|
build:
|
|
image: cvat/openvino.omz.public.yolo-v3-tf
|
|
baseImage: openvino/ubuntu18_dev:2020.2
|
|
|
|
directives:
|
|
preCopy:
|
|
- kind: USER
|
|
value: root
|
|
- kind: WORKDIR
|
|
value: /opt/nuclio
|
|
- kind: RUN
|
|
value: ln -s /usr/bin/pip3 /usr/bin/pip
|
|
- kind: RUN
|
|
value: /opt/intel/openvino/deployment_tools/open_model_zoo/tools/downloader/downloader.py --name yolo-v3-tf -o /opt/nuclio/open_model_zoo
|
|
- 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
|
|
|
|
triggers:
|
|
myHttpTrigger:
|
|
maxWorkers: 2
|
|
kind: 'http'
|
|
workerAvailabilityTimeoutMilliseconds: 10000
|
|
attributes:
|
|
maxRequestBodySize: 33554432 # 32MB
|
|
|
|
platform:
|
|
attributes:
|
|
restartPolicy:
|
|
name: always
|
|
maximumRetryCount: 3
|
|
mountMode: volume
|