Skip to content

Commit

Permalink
Rename 'openvino' plugin to 'openvino_plugin' (cvat-ai#205)
Browse files Browse the repository at this point in the history
Co-authored-by: Jihyeon Yi <[email protected]>
  • Loading branch information
chuneuny-emily and Jihyeon Yi authored Apr 5, 2021
1 parent f6b17fe commit 4e2e24a
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ You need to implement your own interpreter samples to support the other OpenVINO
# Examples
# Detection> ssd_mobilenet_v2_coco
source /opt/intel/openvino/bin/setupvars.sh
cd datumaro/plugins/openvino
cd datumaro/plugins/openvino_plugin
datum create -o proj_ssd_mobilenet_v2_coco_detection
datum model add -l openvino -p proj_ssd_mobilenet_v2_coco_detection --copy -- \
--output-layers=do_ExpandDims_conf/sigmoid \
Expand All @@ -79,7 +79,7 @@ You need to implement your own interpreter samples to support the other OpenVINO

# Classification> mobilenet-v2-pytorch
source /opt/intel/openvino/bin/setupvars.sh
cd datumaro/plugins/openvino
cd datumaro/plugins/openvino_plugin
datum create -o proj_mobilenet_v2_classification
datum model add -l openvino -p proj_mobilenet_v2_classification --copy -- \
-d model/mobilenet-v2-pytorch.xml \
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 4e2e24a

Please sign in to comment.