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