TensorRT 8.2.5
nvinfer1::plugin::RPROIParams Struct Reference

RPROIParams is used to create the RPROIPlugin instance. It contains: More...

#include <NvInferPluginUtils.h>

Public Attributes

int32_t poolingH
 
int32_t poolingW
 
int32_t featureStride
 
int32_t preNmsTop
 
int32_t nmsMaxOut
 
int32_t anchorsRatioCount
 
int32_t anchorsScaleCount
 
float iouThreshold
 
float minBoxSize
 
float spatialScale
 

Detailed Description

RPROIParams is used to create the RPROIPlugin instance. It contains:

Parameters
poolingHHeight of the output in pixels after ROI pooling on feature map.
poolingWWidth of the output in pixels after ROI pooling on feature map.
featureStrideFeature stride; ratio of input image size to feature map size. Assuming that max pooling layers in the neural network use square filters.
preNmsTopNumber of proposals to keep before applying NMS.
nmsMaxOutNumber of remaining proposals after applying NMS.
anchorsRatioCountNumber of anchor box ratios.
anchorsScaleCountNumber of anchor box scales.
iouThresholdIoU (Intersection over Union) threshold used for the NMS step.
minBoxSizeMinimum allowed bounding box size before scaling, used for anchor box calculation.
spatialScaleSpatial scale between the input image and the last feature map.

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