画骨骼图

        img=np.zeros(img.shape)
        for pose in current_poses:
            pose.draw(img)
        #img = cv2.addWeighted(orig_img, 0.6, img, 0.4, 0)
        cv2.imshow('Lightweight Human Pose Estimation Python Demo', img)
        key = cv2.waitKey(delay)
画出骨骼图。
posted @ 2023-06-01 11:39  祥瑞哈哈哈  阅读(17)  评论(0编辑  收藏  举报