mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
Merge pull request #12113 from dkurt:dnn_fix_ssd_on_myriad
This commit is contained in:
@@ -919,6 +919,7 @@ public:
|
||||
ieLayer->params["nms_threshold"] = format("%f", _nmsThreshold);
|
||||
ieLayer->params["top_k"] = format("%d", _topK);
|
||||
ieLayer->params["keep_top_k"] = format("%d", _keepTopK);
|
||||
ieLayer->params["eta"] = "1.0";
|
||||
ieLayer->params["confidence_threshold"] = format("%f", _confidenceThreshold);
|
||||
ieLayer->params["variance_encoded_in_target"] = _varianceEncodedInTarget ? "1" : "0";
|
||||
ieLayer->params["code_type"] = "caffe.PriorBoxParameter." + _codeType;
|
||||
|
||||
Reference in New Issue
Block a user