Apollo  6.0
Open source self driving car software
Public Attributes | List of all members
apollo::perception::camera::NMSParam Struct Reference

#include <region_output.h>

Collaboration diagram for apollo::perception::camera::NMSParam:
Collaboration graph

Public Attributes

float threshold
 
float inter_cls_nms_thresh
 
float inter_cls_conf_thresh
 
float sigma
 
std::string type = BoxVote
 

Member Data Documentation

◆ inter_cls_conf_thresh

float apollo::perception::camera::NMSParam::inter_cls_conf_thresh

◆ inter_cls_nms_thresh

float apollo::perception::camera::NMSParam::inter_cls_nms_thresh

◆ sigma

float apollo::perception::camera::NMSParam::sigma

◆ threshold

float apollo::perception::camera::NMSParam::threshold

◆ type

std::string apollo::perception::camera::NMSParam::type = BoxVote

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