jfzhang95 / PoseAug

[CVPR 2021] PoseAug: A Differentiable Pose Augmentation Framework for 3D Human Pose Estimation, (Oral, Best Paper Award Finalist)
MIT License
368 stars 57 forks source link

questions about train #53

Closed mirror0129 closed 8 months ago

mirror0129 commented 1 year ago

Hi, I'm new in this field, so the questions might be stupid. I have my own data set and I saw the DATASET file, but I still have some questions. First, my own data set is made of many npy_file, and the node number is different from the Human3.6D, should I change the node number of train model, and how could I do this. Second, I want to use my data set, how could I do? Sry for my silly questions again, but I cant get suit solutions to handle them😭

Garfield-kh commented 1 year ago

Hi, if you want to train your data with Human 3.6, you have to make them the same format, says all joint follow the same order and definition. For change the order in npy_file, it's basic python numpy skill.