-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Is it possible to train rokoko dataset in mmpose? #1243
Comments
Could you please provide more details about rokoko dataset? |
Thanks Jin-s13 for the quick response. The ROKOKO dataset is saved in a csv file, format as following:
Each line includes 183 values: Based on this ROKOKO file, we have rendered out PNG file from Maya for each line (timestamp): |
Thanks for using MMPose. Please refer to our tutorial about how to add a new dataset in MMpose. This dataset seems to include 2D/3D keypoints, rendered synthetic images, and camera parameters. You can refer to the implementations of COCO dataset the Human3.6M dataset for 2D keypoint detection and 3D keypoint detection respectively. |
Thanks for your feature request and we will review and plan for it when necessary.
If you feel we have helped you, give us a STAR! 😆
Steps
Describe the feature
Motivation
A clear and concise description of the motivation of the feature.
Related resources
If there is an official code released or third-party implementations, please also provide the information here, which would be very helpful.
Additional context
Add any other context or screenshots about the feature request here.
If you would like to implement the feature and create a PR, please leave a comment here and that would be much appreciated.
The text was updated successfully, but these errors were encountered: