当执行 yolo9000 时,softmaxTree 帮助对置信度分数进行 softmax 运算,以便元素通过词树结构化分类定义获得精确的分类。更多...
#include <NvInferPluginUtils.h>
当执行 yolo9000 时,softmaxTree 帮助对置信度分数进行 softmax 运算,以便元素通过词树结构化分类定义获得精确的分类。
◆ child
int32_t* nvinfer1::plugin::softmaxTree::child |
◆ group
int32_t* nvinfer1::plugin::softmaxTree::group |
◆ groupOffset
int32_t* nvinfer1::plugin::softmaxTree::groupOffset |
◆ groups
int32_t nvinfer1::plugin::softmaxTree::groups |
◆ groupSize
int32_t* nvinfer1::plugin::softmaxTree::groupSize |
◆ leaf
int32_t* nvinfer1::plugin::softmaxTree::leaf |
int32_t nvinfer1::plugin::softmaxTree::n |
◆ name
char** nvinfer1::plugin::softmaxTree::name |
◆ parent
int32_t* nvinfer1::plugin::softmaxTree::parent |
此结构体的文档由以下文件生成