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

ovaas/openvino-model-server-test

Repository files navigation

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

About

dockerでopenvinonoテストできる環境

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published