struct ov::op::v0::Proposal::Attributes¶
#include <proposal.hpp>
struct Attributes
{
// fields
size_t base_size;
size_t pre_nms_topn;
size_t post_nms_topn;
float nms_thresh = 0.0f;
size_t feat_stride = 1;
size_t min_size = 1;
std::vector<float> ratio;
std::vector<float> scale;
bool clip_before_nms = true;
bool clip_after_nms = false;
bool normalize = false;
float box_size_scale = 1.0f;
float box_coordinate_scale = 1.0f;
std::string framework;
bool infer_probs = false;
};