struct ov::op::v9::GenerateProposals::Attributes¶
Structure that specifies attributes of the operation.
#include <generate_proposals.hpp>
struct Attributes
{
// fields
float min_size;
float nms_threshold;
int64_t pre_nms_count;
int64_t post_nms_count;
bool normalized = true;
float nms_eta = 1.0;
};