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

pose skeleton (PoseTrack) #1221

Closed
sanjeevini178 opened this issue Sep 22, 2024 · 2 comments
Closed

pose skeleton (PoseTrack) #1221

sanjeevini178 opened this issue Sep 22, 2024 · 2 comments

Comments

@sanjeevini178
Copy link

How do I extract pose skeletons alone as graphs, preferably? From videos, though I'm able to save them with annotated boxes and skeletons, how do I extract just those skeletons?

this is the command I currently use:
!python scripts/demo_inference.py --cfg configs/halpe_136/resnet/256x192_res50_lr1e-3_2x-regression.yaml --checkpoint pretrained_models/halpe136_fast50_regression_256x192.pth --showbox --video /content/drive/MyDrive/fingertap21_.MOV --outdir /content/drive/MyDrive/outputvideos/ --save_video --sp --pose_track

@zhou-jered
Copy link

Currenyly there is no way to reach your goal by a single commandline, you need to write code, after get the keypoints, you draw it yourself, that's it.

@sanjeevini178
Copy link
Author

Currenyly there is no way to reach your goal by a single commandline, you need to write code, after get the keypoints, you draw it yourself, that's it.

yep, did that but just wanted to know if this repo had a way. thanks!

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