chenyilun95 / tf-cpn

Cascaded Pyramid Network for Multi-Person Pose Estimation (CVPR 2018)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ensemble in the paper?

FightForCS opened this issue · comments

Hi, what is your ensemble methods used in your paper? What models do you use ? How do you ensemble them? Thanks.

Our ensemble strategy is simply add up all the heatmap from different model. We then ensemble 2 or 3 models using Backbone like inception-resnet and resnet101.