FastDeploy  latest
Fast & Easy to Deploy!
List of all members
fastdeploy::vision::detection::NMSOption Struct Reference

Config for PaddleMultiClassNMS. More...

#include <multiclass_nms.h>

Detailed Description

Config for PaddleMultiClassNMS.

Parameters
[in]background_labelthe value of background label
[in]keep_top_kthe value of keep_top_k
[in]nms_etathe value of nms_eta
[in]nms_thresholda dict that contains the arguments of nms operations
[in]nms_top_kif there are more than max_num bboxes after NMS, only top max_num will be kept.
[in]normalizedDetermine whether normalized is required
[in]score_thresholdbbox threshold, bboxes with scores lower than it will not be considered.

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