eldar / pose-tensorflow

Human Pose estimation with TensorFlow framework
GNU Lesser General Public License v3.0
1.14k stars 384 forks source link

Train on a new dataset with multi-person #37

Open qqsh0214 opened 7 years ago

qqsh0214 commented 7 years ago

@eldar How can I construct a dataset.mat on a new dataset with multi-person? Dose it support that?

Thank you!

qqsh0214 commented 7 years ago

I just change 'joints' in dataset.mat as follow: joints = {[ ... 0, 175, 261; ... 1, 173, 178; ... 2, 144, 122; ... 3, 193, 124; ... ], [ ... 0, 175, 261; ... 1, 173, 178; ... 2, 144, 122; ... 3, 193, 124; ... ]... };