FastDeploy
latest
Fast & Easy to Deploy!
|
Config for PaddleMultiClassNMS. More...
#include <multiclass_nms.h>
Config for PaddleMultiClassNMS.
[in] | background_label | the value of background label |
[in] | keep_top_k | the value of keep_top_k |
[in] | nms_eta | the value of nms_eta |
[in] | nms_threshold | a dict that contains the arguments of nms operations |
[in] | nms_top_k | if there are more than max_num bboxes after NMS, only top max_num will be kept. |
[in] | normalized | Determine whether normalized is required |
[in] | score_threshold | bbox threshold, bboxes with scores lower than it will not be considered. |