KeyPointDetectionInfo
Function
Indicates the key point detection information.
Structure Definition
class KeyPointDetectionInfo {
public:
std::map<int, std::vector<float>> keyPointMap;
std::map<int, float> scoreMap;
float score;
};
Parameter Description
Parameter |
Description |
|---|---|
keyPointMap |
Information, such as coordinates, of each key point |
scoreMap |
Confidence level of each key point |
score |
Overall confidence level |
Parent topic: Data Structure