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

Keypoints extraction #19

Open
Avishaek opened this issue Mar 4, 2023 · 4 comments
Open

Keypoints extraction #19

Avishaek opened this issue Mar 4, 2023 · 4 comments

Comments

@Avishaek
Copy link

Avishaek commented Mar 4, 2023

How do i extract keypoints file . I intend to extract the keypoints for each ID and use these keypoints for action recognition using a classifier

@RizwanMunawar
Copy link
Owner

@Avishaek! you can store key points Information in some text files, and then use them for further tasks.
For more info, you can look at the code line mentioned below.

kpts = pose[det_index, 6:]

@Avishaek
Copy link
Author

Avishaek commented Mar 7, 2023

Will it give unique ID for each skeleton over the complete video

@RizwanMunawar
Copy link
Owner

Will it give a unique ID for each skeleton over the complete video

In most cases, yes

@adisomani2003
Copy link

@Avishaek were you able to do this, and store the keypoints frame by frame?

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

3 participants