关键点检测信息。
1 2 3 4 5 6
class KeyPointDetectionInfo { public: std::map<int, std::vector<float>> keyPointMap; std::map<int, float> scoreMap; float score; };
参数名
说明
keyPointMap
每个关键点的坐标等信息。
scoreMap
各每个关键点对应的置信度。
score
整体置信度。