diff --git a/src/bindings/python/src/compatibility/ngraph/opset1/ops.py b/src/bindings/python/src/compatibility/ngraph/opset1/ops.py index 4e02d93d7e8..dcc825e10e4 100644 --- a/src/bindings/python/src/compatibility/ngraph/opset1/ops.py +++ b/src/bindings/python/src/compatibility/ngraph/opset1/ops.py @@ -687,8 +687,8 @@ def detection_output( Required: no * decrease_label_id The flag that denotes how to perform NMS. - Range of values: False - perform NMS like in Caffe*. - True - perform NMS like in MxNet*. + Range of values: False - perform NMS like in Caffe. + True - perform NMS like in Apache MxNet. Default value: False Required: no diff --git a/src/bindings/python/src/compatibility/ngraph/opset8/ops.py b/src/bindings/python/src/compatibility/ngraph/opset8/ops.py index b74e5483893..0150c18d908 100644 --- a/src/bindings/python/src/compatibility/ngraph/opset8/ops.py +++ b/src/bindings/python/src/compatibility/ngraph/opset8/ops.py @@ -706,8 +706,8 @@ def detection_output( Default value: False Required: no * decrease_label_id The flag that denotes how to perform NMS. - Range of values: False - perform NMS like in Caffe*. - True - perform NMS like in MxNet*. + Range of values: False - perform NMS like in Caffe. + True - perform NMS like in Apache MxNet. Default value: False Required: no * normalized The flag that denotes whether input tensors with boxes are normalized. diff --git a/src/bindings/python/src/openvino/runtime/opset1/ops.py b/src/bindings/python/src/openvino/runtime/opset1/ops.py index f6b4b90d9b3..96dedbd5cf0 100644 --- a/src/bindings/python/src/openvino/runtime/opset1/ops.py +++ b/src/bindings/python/src/openvino/runtime/opset1/ops.py @@ -692,8 +692,8 @@ def detection_output( Required: no * decrease_label_id The flag that denotes how to perform NMS. - Range of values: False - perform NMS like in Caffe*. - True - perform NMS like in MxNet*. + Range of values: False - perform NMS like in Caffe. + True - perform NMS like in Apache MxNet. Default value: False Required: no diff --git a/src/bindings/python/src/openvino/runtime/opset8/ops.py b/src/bindings/python/src/openvino/runtime/opset8/ops.py index 82561862217..3246e85386e 100644 --- a/src/bindings/python/src/openvino/runtime/opset8/ops.py +++ b/src/bindings/python/src/openvino/runtime/opset8/ops.py @@ -684,8 +684,8 @@ def detection_output( Default value: False Required: no * decrease_label_id The flag that denotes how to perform NMS. - Range of values: False - perform NMS like in Caffe*. - True - perform NMS like in MxNet*. + Range of values: False - perform NMS like in Caffe. + True - perform NMS like in Apache MxNet. Default value: False Required: no