TensorRT 10.4.0
|
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. More...
#include <NvInferPluginUtils.h>
Public Attributes | |
float | minSize |
Scale of anchors corresponding to finest resolution. More... | |
float | maxSize |
Scale of anchors corresponding to coarsest resolution. More... | |
float * | aspectRatios |
List of aspect ratios to place on each grid point. More... | |
int32_t | numAspectRatios |
Number of elements in aspectRatios. More... | |
int32_t | H |
Height of feature map to generate anchors for. More... | |
int32_t | W |
Width of feature map to generate anchors for. More... | |
float | variance [4] |
Variance for adjusting the prior boxes. 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.
float* nvinfer1::plugin::GridAnchorParameters::aspectRatios |
List of aspect ratios to place on each grid point.
int32_t nvinfer1::plugin::GridAnchorParameters::H |
Height of feature map to generate anchors for.
float nvinfer1::plugin::GridAnchorParameters::maxSize |
Scale of anchors corresponding to coarsest resolution.
float nvinfer1::plugin::GridAnchorParameters::minSize |
Scale of anchors corresponding to finest resolution.
int32_t nvinfer1::plugin::GridAnchorParameters::numAspectRatios |
Number of elements in aspectRatios.
float nvinfer1::plugin::GridAnchorParameters::variance[4] |
Variance for adjusting the prior boxes.
int32_t nvinfer1::plugin::GridAnchorParameters::W |
Width of feature map to generate anchors for.
Copyright © 2024 NVIDIA Corporation
Privacy Policy |
Manage My Privacy |
Do Not Sell or Share My Data |
Terms of Service |
Accessibility |
Corporate Policies |
Product Security |
Contact