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