Skip to content

Commit

Permalink
Enabling OpenVINO: added configure openvino
Browse files Browse the repository at this point in the history
Yaml config files under "cfg/examples/replication" were updated.
Config "openvino" added to specify the target device for an OpenVINO
model to execute.

So far, it is supported to execute GQCNN OpenVINO models on CPU, GPU,
or MYRIAD (Movidius NCS2).

This config is set to OFF by default, for GQCNN with Tensorflow
backend.

Signed-off-by: Sharron LIU <[email protected]>
  • Loading branch information
sharronliu committed Dec 6, 2019
1 parent fc78bb2 commit e835ee6
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 1 deletion.
2 changes: 2 additions & 0 deletions cfg/examples/replication/dex-net_2.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ policy:
metric:
type: gqcnn
gqcnn_model: models/GQCNN-2.0
# openvino: OFF|CPU|GPU|MYRIAD
openvino: OFF

crop_height: 96
crop_width: 96
Expand Down
4 changes: 3 additions & 1 deletion cfg/examples/replication/dex-net_2.1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ policy:
metric:
type: gqcnn
gqcnn_model: models/GQCNN-2.1

# openvino: OFF|CPU|GPU|MYRIAD
openvino: OFF

crop_height: 96
crop_width: 96

Expand Down
2 changes: 2 additions & 0 deletions cfg/examples/replication/dex-net_3.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ policy:
metric:
type: gqcnn
gqcnn_model: models/GQCNN-3.0
# openvino: OFF|CPU|GPU|MYRIAD
openvino: OFF

crop_height: 96
crop_width: 96
Expand Down
2 changes: 2 additions & 0 deletions cfg/examples/replication/dex-net_4.0_pj.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ policy:
metric:
type: gqcnn
gqcnn_model: models/GQCNN-4.0-PJ
# openvino: OFF|CPU|GPU|MYRIAD
openvino: OFF

crop_height: 96
crop_width: 96
Expand Down
2 changes: 2 additions & 0 deletions cfg/examples/replication/dex-net_4.0_suction.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ policy:
metric:
type: gqcnn
gqcnn_model: models/GQCNN-4.0-SUCTION
# openvino: OFF|CPU|GPU|MYRIAD
openvino: OFF

crop_height: 96
crop_width: 96
Expand Down

0 comments on commit e835ee6

Please sign in to comment.