You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there! Pose extraction is not included as part of this repo. I do plan to open-source those scripts eventually, but I’m not sure when I’ll get around to it.
In the meantime, you can use any pose estimation toolkit and build a simple wrapper to convert the format. I’d recommend using MediaPipe, but any recent pose estimation toolkit should work. You’ll want to generate a CSV where columns correspond to individual landmarks (joints) and hold arrays of coordinate values. This script should give you a good idea of how the data is structured. Note that the _X and _Y components of the coordinates are in separate columns.
作者你好,感谢你的工作!代码训练和测试都是将数据集转为了csv文件,我想请教一下,怎么在视频文件上进行测试,怎么直观的得到视频手语翻译的demo展示
The text was updated successfully, but these errors were encountered: