Skip to content

Commit

Permalink
yolov3 accuracy (#7235)
Browse files Browse the repository at this point in the history
Co-authored-by: sfatimar <sahar.fatima@intel/com>
  • Loading branch information
sfatimar and sfatimar authored Apr 11, 2021
1 parent 6334c29 commit 21c282e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions onnxruntime/core/providers/openvino/backends/basic_backend.cc
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,9 @@ BasicBackend::BasicBackend(const ONNX_NAMESPACE::ModelProto& model_proto,
config["MYRIAD_HW_INJECT_STAGES"] = CONFIG_VALUE(NO);
config["MYRIAD_COPY_OPTIMIZATION"] = CONFIG_VALUE(NO);
}

//to check preprocessing inside model
config["MYRIAD_CHECK_PREPROCESSING_INSIDE_MODEL"] = CONFIG_VALUE(NO);
#else
if (subgraph_context_.set_vpu_config) {
config["VPU_DETECT_NETWORK_BATCH"] = CONFIG_VALUE(NO);
Expand Down

0 comments on commit 21c282e

Please sign in to comment.