-
Notifications
You must be signed in to change notification settings - Fork 76
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 do you process hm36 data? #10
Comments
I have the same problem. |
I wrote a piece of code and analyze what the name of input file means 's' means subject in hm3.6m and in the training s1,s5,s6,s7,s8 were used, |
hey guys, I found the pre-processed data provided by this project https://github.com/xingyizhou/pose-hg-3d has the same name format. |
I have the same problem, but I didn't find how to solve it. |
@Ferrnya hi, the image path is loaded from cache file, you should modify it based on your own condition. |
@Peter654q @youngstu Hi, we use internal processed hm36 dataset, so I am afraid that I cannot share with you. But, you can organize yours according to our naming rules. |
Hi all, we've released our processed HM3.6M annotation, the images are organized in the same structure. Plz check. |
@lck1201 Hi! I found the camera_id in |
@lck1201 Hi! I processed images by cropping from bounding box, so I have the image following. |
@Ferrnya Hi, the crop seems correct, we need this step. BTW, I think you should check annotation, data pre-processing, training process... and see whether learning curve is abnormal.. |
I want to use the training of integral regression, but raise the OS error.
OSError: Fail to read /data/hm36/images/s_07_act_14_subact_02_ca_04/s_07_act_14_subact_02_ca_04_000320.jpg
May I ask that how do you process the hm36 data?
Can you provide the code?
Thanks!
The text was updated successfully, but these errors were encountered: