@beilin 在 姿势检测技术研究 中发帖
前段时间,要用到姿势检测的技术,调研了几个模型,汇总做了一个 demo 。
代码在这里: GitHub - sing1ee/my-pose: My Pose is an AI-powered rehabilitation and fitness platform that uses advanced pose detection to guide users through exercises with real-time feedback.
主要支持了 BlazePose 和 MoveNet 模型,实验下来前者更加强大。 runtime 支持 mediapipe 和 tfjs ,前者性能更好。
webgpu 和 webgl ,以及 wasm 我都尝试了。
wasm 就算了,前两者有的时候差不多,webgpu 更优。
我还用 cloudflare 搭建了一个网站: https:/...