用于 3D 手势识别的 DTW

发布于 2025-01-04 14:37:02 字数 189 浏览 1 评论 0原文

我使用 DTW 来比较 3D 空间中的手势,依赖于 3 轴加速度计数据,使用 Python MLPY 模块。

我不确定是否需要独立地将 DTW 应用于每个轴(x、y、z),然后总结所产生的成本,或者在运行 DTW 之前有某种方法可以组合轴。我认为仅在向量范数上运行 DTW 会产生误导,因为这样您就会丢弃有用的信息。

你有什么建议?

I'm using DTW to compare gestures in 3D space, relying on 3axis accelerometer data, using Python MLPY module.

I'm in doubt whether I need to apply DTW to each axis (x, y, z) independently and then sum up the resulting costs or there is some way to combine the axis before running DTW. I think just running DTW on the norm of the vector is misleading, as this way you would just discard useful information.

What would you suggest?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

維他命╮ 2025-01-11 14:37:02

我会使用欧几里得距离,请参阅我之前的答案的底部。

I would use the Eucledian distance, see at the bottom of my earlier answer.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文