Skip to content
This repository has been archived by the owner on Jan 29, 2021. It is now read-only.

Latest commit

 

History

History
32 lines (18 loc) · 585 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 585 Bytes

OpenVino model server test docker image

Get aliases

source aliases.sh

Create folders for images

ovaas-init

Copy target images to images folder

Run containers

ovaas-lcl

On a separate terminal:

ovaas-lcl-bash
cd home
python face_detection.py --batch_size 1 --width 600 --height 400 --input_images_dir images --output_dir results --grpc_address 172.21.0.3

NOTE: grpc address might be different for your docker container. get ipaddress by executing command

docker network inspect openvino_dev-network

then look for ip address of the ovaas model server