人体关键点颜色和预处理
【摘要】 alphapose 和centernet-pose都可以用:
关键点编号:
0是鼻子 1.左额头 2右额头 3 左耳朵 4 右耳朵
5左肩 7左肘 9 左手
6右肩 8 右胳膊肘 10 右手
11左臀 13 左膝盖 15 左脚
12 右臀 14 右膝盖 16 右脚
https://github.com/Amanbhandula/AlphaPos...
alphapose 和centernet-pose都可以用:
关键点编号:
0是鼻子
1.左额头
2右额头
3 左耳朵
4 右耳朵
5左肩
7左肘
9 左手
6右肩
8 右胳膊肘
10 右手
11左臀
13 左膝盖
15 左脚
12 右臀
14 右膝盖
16 右脚
https://github.com/Amanbhandula/AlphaPose/blob/5be68cd5d92144e16c2af7ee7a909495d946af4a/fn.py
-
self.colors_hp = [(0, 255, 255), (0, 191, 255), (0, 255, 102), (0, 77, 255), (0, 255, 0), # Nose, LEye, REye, LEar, REar
-
(77, 255, 255), (77, 255, 204), (77, 204, 255), (191, 255, 77), (77, 191, 255), (191, 255, 77),
-
# LShoulder, RShoulder, LElbow, RElbow, LWrist, RWrist
-
(204, 77, 255), (77, 255, 204), (191, 77, 255), (77, 255, 191), (127, 77, 255), (77, 255, 127),
-
(0, 255, 255)]
文章来源: blog.csdn.net,作者:网奇,版权归原作者所有,如需转载,请联系作者。
原文链接:blog.csdn.net/jacke121/article/details/102955393
【版权声明】本文为华为云社区用户转载文章,如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱:
cloudbbs@huaweicloud.com
- 点赞
- 收藏
- 关注作者
评论(0)