--- tags: openpose --- # 呈現 openpose 的原計算跟新計算 ## 2021/7/05 ----- ### 方便讀出 x 跟 y 把 keypoints 從字典改成 陣列 資料 ![](https://i.imgur.com/G7Zswb1.png) ### 跨檔案去取的 test_true.py 的 mpv_keypoint 跟 test_false.py 的 keypoint ![](https://i.imgur.com/GYr16fu.png) -> B 要用 A 的 add function ### test_true.py test_true.py test_false.py score.py ### 變成以 frame 為主 (原計算) numpy.array 是可進行dtw 運算 .reshape 是以frame 為主是呈現資料陣列顯示 ![](https://i.imgur.com/awJyC1x.png) ### 只顯示openpose對應的posenet的17個關節 ![](https://i.imgur.com/FCQ8872.png) ### 呈現 reshape 資訊 ![](https://i.imgur.com/aTMbXd4.png) ![](https://i.imgur.com/YVt5MiW.png) --- ![](https://i.imgur.com/PikGOQo.png) ![](https://i.imgur.com/vi3Z8AI.png)