The Anchor Generator plugin layer generates the prior boxes of designated sizes and aspect ratios across all dimensions (H x W).
More...
The Anchor Generator plugin layer generates the prior boxes of designated sizes and aspect ratios across all dimensions (H x W).
GridAnchorParameters defines a set of parameters for creating the plugin layer for all feature maps. It contains:
- Parameters
-
minScale | Scale of anchors corresponding to finest resolution. |
maxScale | Scale of anchors corresponding to coarsest resolution. |
aspectRatios | List of aspect ratios to place on each grid point. |
numAspectRatios | Number of elements in aspectRatios. |
H | Height of feature map to generate anchors for. |
W | Width of feature map to generate anchors for. |
variance | Variance for adjusting the prior boxes. |
◆ minSize
float nvinfer1::plugin::GridAnchorParameters::minSize |
◆ maxSize
float nvinfer1::plugin::GridAnchorParameters::maxSize |
◆ aspectRatios
float* nvinfer1::plugin::GridAnchorParameters::aspectRatios |
◆ numAspectRatios
int32_t nvinfer1::plugin::GridAnchorParameters::numAspectRatios |
int32_t nvinfer1::plugin::GridAnchorParameters::H |
int32_t nvinfer1::plugin::GridAnchorParameters::W |
◆ variance
float nvinfer1::plugin::GridAnchorParameters::variance[4] |
The documentation for this struct was generated from the following file: