|
TensorRT 8.2.1
|
When performing yolo9000, softmaxTree is helping to do softmax on confidence scores, for element to get the precise classification through word-tree structured classification definition. More...
#include <NvInferPluginUtils.h>
Public Attributes | |
| int32_t * | leaf |
| int32_t | n |
| int32_t * | parent |
| int32_t * | child |
| int32_t * | group |
| char ** | name |
| int32_t | groups |
| int32_t * | groupSize |
| int32_t * | groupOffset |
When performing yolo9000, softmaxTree is helping to do softmax on confidence scores, for element to get the precise classification through word-tree structured classification definition.