-
Notifications
You must be signed in to change notification settings - Fork 28
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
How can I use my own dataset to train network? #8
Comments
Sorry for reopening this again. I thought I could solve my problem by refering #4 but I failed. I used Openpose to make my own dataset into skeleton json file, and a lot of keypoints json files came out. How can I process these keypoints json files to train network? I checked data_usage.ipynb but i wasn't able to find answer. Thank you. |
@wtnan2003 Please refer to dataset_usage. This is the structure of the json file and indicates how to load the json file. Acutally, you can just split the music and openpose file into 5s pieces and then pair them. |
@xrenaa Thanks for the quick reply! I still got some questions about the dataset_usage:
Thanks |
Hi, I have questions about processing audio, all I to do with audio is split it into 5s? Needn't I extract any audio feature such as onset, mel spectrum? And seemly there isn’t such code in processing audio feature?THX! |
Hello. First of all, thank you for the great work. I'm so impressed by this project and trying to use my own dataset to train this network. However, I have no idea about making my dataset to json file that 'train.py' can read. How should I process my dataset? Thank you.
The text was updated successfully, but these errors were encountered: