chenyilun95 / tf-cpn

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

Ensemble in the paper? #27

Closed FightForCS closed 6 years ago

FightForCS commented 6 years ago

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

chenyilun95 commented 6 years ago

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.