chenyilun95 / tf-cpn

Cascaded Pyramid Network for Multi-Person Pose Estimation (CVPR 2018)
MIT License
792 stars 197 forks source link

Ensembled models of CPN with different ground truth heatmaps. #60

Open 7color94 opened 5 years ago

7color94 commented 5 years ago

Hello, in the Section 4.3 of your paper: "Without extra data involved in training, we achieve 72.1 AP using a single model of CPN and 73.0 using ensembled models of CPN with different ground truth heatmaps." Here, what dose the ensembled models of CPN with different ground truth heatmaps mean? Thanks for your reply.

chenyilun95 commented 5 years ago

The ensemble strategy is using the average heatmap from different models as the final heatmap.