Class ov::op::v6::ExperimentalDetectronGenerateProposalsSingleImage#

class ExperimentalDetectronGenerateProposalsSingleImage : public ov::op::Op#

An operation ExperimentalDetectronGenerateProposalsSingleImage computes ROIs and their scores based on input data.

Public Functions

ExperimentalDetectronGenerateProposalsSingleImage(const Output<Node> &im_info, const Output<Node> &anchors, const Output<Node> &deltas, const Output<Node> &scores, const Attributes &attrs)#

Constructs a ExperimentalDetectronGenerateProposalsSingleImage operation.

Parameters:
  • im_infoInput image info

  • anchorsInput anchors

  • deltasInput deltas

  • scoresInput scores

  • attrs – Operation attributes

virtual void validate_and_infer_types() override#

Verifies that attributes and inputs are consistent and computes output shapes and element types. Must be implemented by concrete child classes so that it can be run any number of times.

Throws if the node is invalid.

struct Attributes#

Structure that specifies attributes of the operation.