Go to the documentation of this file.
50 #ifndef NV_INFER_PLUGIN_UTILS_H
51 #define NV_INFER_PLUGIN_UTILS_H
86 constexpr
inline int EnumMax<PluginType>()
125 float *minSize, *maxSize, *aspectRatios;
126 int numMinSize, numMaxSize, numAspectRatios;
156 int anchorsRatioCount;
157 int anchorsScaleCount;
178 float minSize, maxSize;
180 int numAspectRatios, H, W;
216 bool shareLocation, varianceEncodedInTarget;
217 int backgroundLabelId, numClasses, topK, keepTopK;
218 float confidenceThreshold, nmsThreshold;
237 TRT_DEPRECATED
typedef struct
279 int backgroundLabelId, numClasses, topK, keepTopK;
280 float scoreThreshold, iouThreshold;
SSD Grid Anchor Generator.
Definition: NvInferPluginUtils.h:251
The Permute plugin layer permutes the input tensor by changing the memory order of the data....
Definition: NvInferPluginUtils.h:98
SSD DetectionOutput plugin.
The Anchor Generator plugin layer generates the prior boxes of designated sizes and aspect ratios acr...
Definition: NvInferPluginUtils.h:176
The PriorBox plugin layer generates the prior boxes of designated sizes and aspect ratios across all ...
Definition: NvInferPluginUtils.h:123
RPROIParams is used to create the RPROIPlugin instance. It contains:
Definition: NvInferPluginUtils.h:149
The TensorRT API version 1 namespace.
PluginType
The type values for the various plugins.
Definition: NvInferPluginUtils.h:70
FasterRCNN fused plugin (RPN + ROI pooling).
CodeTypeSSD
The type of encoding used for decoding the bounding boxes and loc_data.
Definition: NvInferPluginUtils.h:188
The Region plugin layer performs region proposal calculation: generate 5 bounding boxes per cell (for...
Definition: NvInferPluginUtils.h:237
The NMSParameters are used by the BatchedNMSPlugin for performing the non_max_suppression operation o...
Definition: NvInferPluginUtils.h:276
The DetectionOutput plugin layer generates the detection output based on location and confidence pred...
Definition: NvInferPluginUtils.h:214