Data Fields
ngraph::op::DetectionOutputAttrs Struct Reference

Data Fields

int num_classes
 
int background_label_id = 0
 
int top_k = -1
 
bool variance_encoded_in_target = false
 
std::vector< int > keep_top_k = {1}
 
std::string code_type = std::string{"caffe.PriorBoxParameter.CORNER"}
 
bool share_location = true
 
float nms_threshold
 
float confidence_threshold = std::numeric_limits<float>::min()
 
bool clip_after_nms = false
 
bool clip_before_nms = false
 
bool decrease_label_id = false
 
bool normalized = false
 
size_t input_height = 1
 
size_t input_width = 1
 
float objectness_score = 0
 

The documentation for this struct was generated from the following file: