33 lines
777 B
YAML
33 lines
777 B
YAML
metadata:
|
|
name: openvino-omz-intel-person-reidentification-retail-0277
|
|
namespace: cvat
|
|
annotations:
|
|
name: Person reidentification
|
|
type: reid
|
|
spec:
|
|
|
|
spec:
|
|
description: Person reidentification model for a general scenario
|
|
runtime: 'python:3.8'
|
|
handler: main:handler
|
|
eventTimeout: 30s
|
|
|
|
build:
|
|
image: cvat.openvino.omz.intel.person-reidentification-retail-0277
|
|
baseImage: cvat.openvino.omz.intel.person-reidentification-retail-0277.base
|
|
|
|
triggers:
|
|
myHttpTrigger:
|
|
numWorkers: 2
|
|
kind: 'http'
|
|
workerAvailabilityTimeoutMilliseconds: 10000
|
|
attributes:
|
|
maxRequestBodySize: 33554432 # 32MB
|
|
|
|
platform:
|
|
attributes:
|
|
restartPolicy:
|
|
name: always
|
|
maximumRetryCount: 3
|
|
mountMode: volume
|