PANet icon indicating copy to clipboard operation
PANet copied to clipboard

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

Open chelixuan opened this issue 6 years ago • 1 comments

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

chelixuan avatar Nov 07 '18 08:11 chelixuan

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 ".

ShuLiu1993 avatar Dec 14 '18 02:12 ShuLiu1993