当前位置:网站首页>Corresponding order of 18 and 25coco data of openpose and joint points
Corresponding order of 18 and 25coco data of openpose and joint points
2022-07-29 04:34:00 【IT.Husky】
OpenPose Of 18keyPoints data (COCO) and 25keyPoints data (COCO+foot) The sequence corresponding to human joint points is as follows .
1、18 Point model

// Result for BODY_18 (18 body parts consisting of COCO)
// const std::map<unsigned int, std::string> POSE_BODY_18_BODY_PARTS {
// {0, "Nose"},
// {1, "Neck"},
// {2, "RShoulder"},
// {3, "RElbow"},
// {4, "RWrist"},
// {5, "LShoulder"},
// {6, "LElbow"},
// {7, "LWrist"},
// {8, "RHip"},
// {9, "RKnee"},
// {10, "RAnkle"},
// {11, "LHip"},
// {12, "LKnee"},
// {13, "LAnkle"},
// {14, "REye"},
// {15, "LEye"},
// {16, "REar"},
// {17, "LEar"}
// };
2、25 Point model

// Result for BODY_25 (25 body parts consisting of COCO + foot)
// const std::map<unsigned int, std::string> POSE_BODY_25_BODY_PARTS {
// {0, "Nose"},
// {1, "Neck"},
// {2, "RShoulder"},
// {3, "RElbow"},
// {4, "RWrist"},
// {5, "LShoulder"},
// {6, "LElbow"},
// {7, "LWrist"},
// {8, "MidHip"},
// {9, "RHip"},
// {10, "RKnee"},
// {11, "RAnkle"},
// {12, "LHip"},
// {13, "LKnee"},
// {14, "LAnkle"},
// {15, "REye"},
// {16, "LEye"},
// {17, "REar"},
// {18, "LEar"},
// {19, "LBigToe"},
// {20, "LSmallToe"},
// {21, "LHeel"},
// {22, "RBigToe"},
// {23, "RSmallToe"},
// {24, "RHeel"},
// {25, "Background"}
// };
notes : The number of human joint points is not the more the better , In practical applications, only the use of key data is more efficient .
Avoid forgetting * Collect it
边栏推荐
- What is the difference between field, variable and property
- Use of torch.optim optimizer in pytorch
- What is the use of meta-info?
- STL source code analysis (Hou Jie) notes - STL overview
- Understand the Internet giant [the war between China and Taiwan] and the development thinking of China and Taiwan
- Idea small settings
- Not for 58 days. Implement prefix tree
- Redux quick start
- Auto.js脚本开发环境搭建
- 恒星科通邀您“湘”约第24届中国高速公路信息化大会暨技术产品展示会
猜你喜欢

WebRTC实现简单音视频通话功能

Classes and objects (III)

网络之以太网

Record the Niua packaging deployment project

正确的用户拖拽方式

你真的会写Restful API吗?

Classes and objects (I)

The third ACM program design competition of Wuhan University of Engineering

On the use of pyscript (realizing office preview)

img 响应式图片的实现(含srcset属性、sizes属性的使用方法,设备像素比详解)
随机推荐
[C language] PTA 7-91 output leap year
VScode 一键编译和调试
MySQL - deep parsing of MySQL index data structure
JVM (heap and stack) memory allocation
C语言之基础语法
Not for 60 days, magical dictionary
9. Delay queue
New year's greetings from programmers
Not for 63 days. The biggest XOR
Oracle update and delete data
Implementation of jump connection of RESNET (pytorch)
[c language] use the reverse order output of the linked list (bidirectional linked list)
12.优先级队列和惰性队列
[k210 stepping pit] pytorch model is converted to kmodel and used on dock. (ultimately not achieved)
[C language] PTA 7-52 finding the sum of the first n terms of a simple interleaved sequence
Oracle 插入数据
STL source code analysis (Hou Jie) notes - STL overview
Record the Niua packaging deployment project
[material delivery UAV] record (ROS + Px4 + yolov5 + esp8266 + steering gear)
Deep learning training strategy -- warming up the learning rate