pose-tensorflow icon indicating copy to clipboard operation
pose-tensorflow copied to clipboard

Train on a new dataset with multi-person

Open qqsh0214 opened this issue 7 years ago • 1 comments

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

Thank you!

qqsh0214 avatar Sep 22 '17 08:09 qqsh0214

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; ... ]... };

qqsh0214 avatar Sep 22 '17 09:09 qqsh0214