-
Notifications
You must be signed in to change notification settings - Fork 77
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
Can you provide the extracted skeleton features ? #1
Comments
Thanks! Yep absolutely, I've updated the data folder now, should have included them from the start sorry. Btw this isn't the raw output from Openpose, it's just the x and y positions of the first person identified (it occasionally get's mixed up) and I've dropped the accuracy term. I'll have a look at putting up a link to the raw output and actual frames later, but for now they're much too large. Hopefully the readme gives you an idea about their format. Cheers |
Thanks!! I'm trying you idea on the NUT RGB-D Action Recognition Dataset (https://github.com/shahroudy/NTURGB-D) I have installed the Openpose lib,and get the raw output from Openpose: %YAML:1.0 can you provide the code that generate the .txt files of the 2D pose estimation output. I really like your project,Thank you for the code and ideas! |
No worries, Also, when I ran Openpose, I outputted to .json format not yaml, so the formatting is likely different. {
} |
Heads up, I had to remove the dataset as it is now >100Mb (github's limit). I'll look at making it available elsewhere in future |
@wxw420 hello I was generating train data on my own dataset. I can save the keypoints as described: |
Great project!
Can you provide the extracted skeleton features ?
DATASET_PATH = "data/HAR_pose_activities/database/"
thank you~
The text was updated successfully, but these errors were encountered: