Openpose输出格式

Openpose输出格式

 

"datum.poseKeypoints 是一个 n x 25 x 3的矩阵,其中n为图片中识别到人的个数。

25 x 3 是代表图上0~24 每个点在图像中 x,y轴的位置 以及置信分值(confidence score)" [1]

 

Openpose输出格式

 

怎样使用?

怎样把坐标点(x, y) 输入LSTM网络,进行时序特征的提取(以及后续使用模型进行预测)? 

 

x.txt  :   x-coordinate 

y.txt  :   y-coordinate 

label.txt

呵呵~

 

 

 Reference

[1]  https://blog.****.net/qq_35649669/article/details/97786303