* Implement MO part for DetectionOutput-8 Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com> * Implement nGraph part for DetectionOutput-8 Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com> * Implement deduction of a number of classes method Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com> * Fix build Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com> * Implement nGraph tests to check shape inference for DetectionOutput-8 with deduction of num_classes Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com> * Implement attributes tests for DetectionOutput-8 Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com> * Remove DetectionOutput-1 from opset8 Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com> * Add python bindings for DetectionOutput-8 and tests Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com> * Implement downgrading and upgrading transformations for DetectionOutput Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com> * Implement tests for downgrading and upgrading transformations for DetectionOutput Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com> * Adopt existing reference for DetectionOutput-8 Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com> * Fix DetectionOutput-8 reference Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com> * Add tests for DetectionOutput-8 reference Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com> * Finish resolving merge conflict Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com> * Fix python bindings after re-structuring Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com> * Fix BOM package list Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com> * Fix multibox_detection_test Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com> * Fix python bindings for DetectionOutput-8 Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com> * Insert blank line between summary and description for python binding Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com> * Apply review comments: identation, for loop Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com> * Fix formatting in python bindings Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com> * Fix supported_attrs for DetectionOutput from opset1 Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com> * Add missed imports for python if_op Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com> * Apply feedback and fix Win build Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com> * Use the same test suite name for test mixture Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com> * Fix transformation tests Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com> * Recover BWDCMP_RTTI for legacy use and remove unused variables in tests Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com> * Remove unused variables in type_prop tests Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com> * Recover legacy referenceDetectionOutput constructor Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com> * Fix python binding for DetectionOutput Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>