KeyPointDetectionInfo
功能
关键点检测信息。
结构定义
class KeyPointDetectionInfo {
public:
std::map<int, std::vector<float>> keyPointMap;
std::map<int, float> scoreMap;
float score;
};
参数说明
参数名 |
说明 |
|---|---|
keyPointMap |
每个关键点的坐标等信息。 |
scoreMap |
各每个关键点对应的置信度。 |
score |
整体置信度。 |
父主题: 数据结构