Skip to content

Commit

Permalink
Changed framework from dlsdk to openvino in AC configs, added depreca…
Browse files Browse the repository at this point in the history
…tion warning (openvinotoolkit#3045)

* Changed framework from dlsdk to openvino in AC configs, added deprecation warning

* Updated framework in README and samples

* Bump AC version
  • Loading branch information
Anna Grebneva authored Feb 14, 2022
1 parent e155912 commit bf766bd
Show file tree
Hide file tree
Showing 276 changed files with 301 additions and 297 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ This example uses validation configuration file for [DenseNet-121](models/public
models:
- name: densenet-121-tf
launchers:
- framework: dlsdk
- framework: openvino
adapter: classification
datasets:
Expand Down
2 changes: 1 addition & 1 deletion models/intel/action-recognition-0001/accuracy-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ evaluations:
adapter: classification

launchers:
- framework: dlsdk
- framework: openvino

datasets:
- name: kinetics-400
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ models:
- name: age-gender-recognition-retail-0013

launchers:
- framework: dlsdk
- framework: openvino
adapter:
type: age_gender
gender_out: prob
age_out: age_conv3
age_out: fc3_a

datasets:
- name: age_gender
Expand Down
2 changes: 1 addition & 1 deletion models/intel/asl-recognition-0004/accuracy-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ models:
- name: asl-recognition-0004

launchers:
- framework: dlsdk
- framework: openvino
adapter: classification
inputs:
- type: INPUT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
models:
- name: bert-large-uncased-whole-word-masking-squad-0001
launchers:
- framework: dlsdk
- framework: openvino
adapter:
type: bert_question_answering
start_token_logits_output: "output_s"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
models:
- name: bert-large-uncased-whole-word-masking-squad-emb-0001
launchers:
- framework: dlsdk
- framework: openvino
allow_reshape_input: True
adapter:
type: bert_question_answering_embedding
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
models:
- name: bert-large-uncased-whole-word-masking-squad-int8-0001
launchers:
- framework: dlsdk
- framework: openvino
adapter:
type: bert_question_answering
start_token_logits_output: "output_s"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
models:
- name: bert-small-uncased-whole-word-masking-squad-0001
launchers:
- framework: dlsdk
- framework: openvino
adapter:
type: bert_question_answering
start_token_logits_output: "output_s"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
models:
- name: bert-small-uncased-whole-word-masking-squad-0002
launchers:
- framework: dlsdk
- framework: openvino
adapter:
type: bert_question_answering
start_token_logits_output: "output_s"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
models:
- name: bert-small-uncased-whole-word-masking-squad-emb-int8-0001
launchers:
- framework: dlsdk
- framework: openvino
allow_reshape_input: True
adapter:
type: bert_question_answering_embedding
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
models:
- name: bert-small-uncased-whole-word-masking-squad-int8-0002
launchers:
- framework: dlsdk
- framework: openvino
adapter:
type: bert_question_answering
start_token_logits_output: "output_s"
Expand Down
2 changes: 1 addition & 1 deletion models/intel/common-sign-language-0002/accuracy-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ models:
- name: common-sign-language-0002

launchers:
- framework: dlsdk
- framework: openvino
adapter: classification
inputs:
- type: INPUT
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ evaluations:
adapter: classification

launchers:
- framework: dlsdk
- framework: openvino

datasets:
- name: driver_action_recognition_dataset
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ models:
- name: emotions-recognition-retail-0003

launchers:
- framework: dlsdk
- framework: openvino
adapter: classification

datasets:
Expand Down
2 changes: 1 addition & 1 deletion models/intel/face-detection-0200/accuracy-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ models:
- name: face-detection-0200

launchers:
- framework: dlsdk
- framework: openvino
adapter: ssd

datasets:
Expand Down
2 changes: 1 addition & 1 deletion models/intel/face-detection-0202/accuracy-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ models:
- name: face-detection-0202

launchers:
- framework: dlsdk
- framework: openvino
adapter: ssd

datasets:
Expand Down
2 changes: 1 addition & 1 deletion models/intel/face-detection-0204/accuracy-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ models:
- name: face-detection-0204

launchers:
- framework: dlsdk
- framework: openvino
adapter: ssd

datasets:
Expand Down
2 changes: 1 addition & 1 deletion models/intel/face-detection-0205/accuracy-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ models:
- name: face-detection-0205

launchers:
- framework: dlsdk
- framework: openvino
adapter:
type: class_agnostic_detection
scale: 0.00240384615
Expand Down
2 changes: 1 addition & 1 deletion models/intel/face-detection-0206/accuracy-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ models:
- name: face-detection-0206

launchers:
- framework: dlsdk
- framework: openvino
adapter:
type: class_agnostic_detection
scale: 0.0015625
Expand Down
2 changes: 1 addition & 1 deletion models/intel/face-detection-adas-0001/accuracy-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ models:
- name: face-detection-adas-0001

launchers:
- framework: dlsdk
- framework: openvino
adapter: ssd

datasets:
Expand Down
2 changes: 1 addition & 1 deletion models/intel/face-detection-retail-0004/accuracy-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ models:
- name: face-detection-retail-0004

launchers:
- framework: dlsdk
- framework: openvino
adapter: ssd

datasets:
Expand Down
2 changes: 1 addition & 1 deletion models/intel/face-detection-retail-0005/accuracy-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ models:
- name: face-detection-retail-0005

launchers:
- framework: dlsdk
- framework: openvino
adapter: ssd

datasets:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
models:
- name: face-reidentification-retail-0095
launchers:
- framework: dlsdk
- framework: openvino
adapter: reid

datasets:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ models:
- name: facial-landmarks-35-adas-0002

launchers:
- framework: dlsdk
- framework: openvino
adapter: landmarks_regression

datasets:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ models:
- name: facial-landmarks-98-detection-0001

launchers:
- framework: dlsdk
- framework: openvino
adapter:
type: facial_landmarks_detection
output_blob: 3851
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ models:
- name: faster-rcnn-resnet101-coco-sparse-60-0001

launchers:
- framework: dlsdk
- framework: openvino
adapter:
type: ssd
inputs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ evaluations:
max_seq_len: '192'

launchers:
- framework: dlsdk
- framework: openvino

datasets:
- name: im2latex_medium_photographed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ evaluations:
max_seq_len: "192"

launchers:
- framework: dlsdk
- framework: openvino

datasets:
- name: im2latex_polynomials_handwritten
Expand Down
2 changes: 1 addition & 1 deletion models/intel/gaze-estimation-adas-0002/accuracy-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ models:
- name: gaze-estimation-adas-0002

launchers:
- framework: dlsdk
- framework: openvino
inputs:
- name: left_eye_image
type: INPUT
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ models:
- name: handwritten-english-recognition-0001

launchers:
- framework: dlsdk
- framework: openvino
adapter:
type: ctc_greedy_search_decoder
logits_output: output
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ models:
- name: handwritten-japanese-recognition-0001

launchers:
- framework: dlsdk
- framework: openvino
adapter: ctc_greedy_search_decoder

datasets:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ models:
- name: handwritten-score-recognition-0003

launchers:
- framework: dlsdk
- framework: openvino
adapter: beam_search_decoder

datasets:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ models:
- name: handwritten-simplified-chinese-recognition-0001

launchers:
- framework: dlsdk
- framework: openvino
adapter: ctc_greedy_search_decoder

datasets:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ models:
- name: head-pose-estimation-adas-0001

launchers:
- framework: dlsdk
- framework: openvino
adapter:
type: head_pose
angle_yaw: angle_y_fc
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ models:
- name: horizontal-text-detection-0001

launchers:
- framework: dlsdk
- framework: openvino
adapter:
type: class_agnostic_detection
scale: 0.0014204
Expand Down
2 changes: 1 addition & 1 deletion models/intel/human-pose-estimation-0001/accuracy-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ models:
- name: human-pose-estimation-0001

launchers:
- framework: dlsdk
- framework: openvino
allow_reshape_input: True
adapter:
type: human_pose_estimation
Expand Down
2 changes: 1 addition & 1 deletion models/intel/human-pose-estimation-0005/accuracy-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ models:
- name: human-pose-estimation-0005

launchers:
- framework: dlsdk
- framework: openvino
allow_reshape_input: True
adapter:
type: human_pose_estimation_ae
Expand Down
2 changes: 1 addition & 1 deletion models/intel/human-pose-estimation-0006/accuracy-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ models:
- name: human-pose-estimation-0006

launchers:
- framework: dlsdk
- framework: openvino
allow_reshape_input: True
adapter:
type: human_pose_estimation_ae
Expand Down
2 changes: 1 addition & 1 deletion models/intel/human-pose-estimation-0007/accuracy-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ models:
- name: human-pose-estimation-0007

launchers:
- framework: dlsdk
- framework: openvino
allow_reshape_input: True
adapter:
type: human_pose_estimation_ae
Expand Down
2 changes: 1 addition & 1 deletion models/intel/icnet-camvid-ava-0001/accuracy-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ models:
- name: icnet-camvid-ava-0001

launchers:
- framework: dlsdk
- framework: openvino
adapter: segmentation
datasets:
- name: CamVid
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ models:
- name: icnet-camvid-ava-sparse-30-0001

launchers:
- framework: dlsdk
- framework: openvino
adapter: segmentation
datasets:
- name: CamVid
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ models:
- name: icnet-camvid-ava-sparse-60-0001

launchers:
- framework: dlsdk
- framework: openvino
adapter: segmentation
datasets:
- name: CamVid
Expand Down
2 changes: 1 addition & 1 deletion models/intel/image-retrieval-0001/accuracy-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ models:
- name: image-retrieval-0001

launchers:
- framework: dlsdk
- framework: openvino
adapter: reid

datasets:
Expand Down
Loading

0 comments on commit bf766bd

Please sign in to comment.