Open mattzheng opened 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:
'demo_multiperson.py'
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?
pairwise_stats.py
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 indataset.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?