ShuLiu1993 / PANet

PANet for Instance Segmentation and Object Detection
MIT License
1.34k stars 281 forks source link

how to use several models as ensemble for bounding box and mask generation? #13

Open chelixuan opened 6 years ago

chelixuan commented 6 years ago

In your paper 《Path Aggregation Network for Instance Segmentation》, you said that "we use 3ResNeXt-101(644d), 2SE-ResNeXt-101(324d), 1 ResNet-269 and 1 SENet as ensemble for bounding box and mask generation"

I do not know what to do to achieve it. Can you give me some advice ? Thank you so much ~~ @ShuLiu1993

ShuLiu1993 commented 5 years ago

We followed the ensemble techniques following several competition entries in ImageNet and COCO object detection track. For more details, please refer to the "Deep Residual Learning for Image Recognition ".