Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

如何在视频文件上测试 #14

Open
NaNtaisuike opened this issue Jun 12, 2024 · 1 comment
Open

如何在视频文件上测试 #14

NaNtaisuike opened this issue Jun 12, 2024 · 1 comment

Comments

@NaNtaisuike
Copy link

作者你好,感谢你的工作!代码训练和测试都是将数据集转为了csv文件,我想请教一下,怎么在视频文件上进行测试,怎么直观的得到视频手语翻译的demo展示

@matyasbohacek
Copy link
Owner

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.

For the demo, you could use the core of this Gradio-based demo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants