eldar / pose-tensorflow

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

How to train 'pairwise_stats.mat'? #66

Open mattzheng opened 6 years ago

mattzheng commented 6 years ago

I train a Human Pose estimation model by myself,then I want to apply the 'demo_multiperson.py' to predict ,but there is always appear error in dataset.pairwise_stats:

scmap, locref, pairwise_diff = predict.extract_cnn_output(outputs_np, cfg, dataset.pairwise_stats)

there is a file pairwise_stats.py,is it available to train ? I can not use the coco pairwise,So,how to train pairwise_stats.mat' by myself?