-
Notifications
You must be signed in to change notification settings - Fork 21
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 to prepare the train data #2
Comments
Hi You need to prepare a .h5 file with You can have a look at https://github.com/Fang-Haoshu/multi-human-pose/blob/master/train/data/mpii-box/annot.h5 for more details |
How did you obtain the coordinates of bounding boxes from the mpii human pose dataset? |
Hi, I take the xmin/ymin/xmax/ymax of the keypoints as bbox and extend it by 20% |
Do you use fixed size of images for the inputs of the network? |
Yes it's 256x256 |
@Fang-Haoshu @AnshanTJU I have added the code of try catch in error place ,but still , I see you have done some things about MPII dataset , like this in data_heatmap : |
Hi, Sir,
How can I prepare the training data, if I want to use your code,
Thank you for your reply.
The text was updated successfully, but these errors were encountered: