open-mmlab / mmsegmentation

OpenMMLab Semantic Segmentation Toolbox and Benchmark.
https://mmsegmentation.readthedocs.io/en/main/
Apache License 2.0
8.14k stars 2.59k forks source link

Ensemble for different models. #217

Closed xinfu607 closed 3 years ago

xinfu607 commented 3 years ago

I have trained the CCNet and DeepLab V3plus and gotten two models. As I know, the output of model is hard label not soft label. Could you please tell me how to ensemble the two model ? Thanks a lot !

xvjiarui commented 3 years ago

Hi @xinfu607 The ensemble is not officially supported. You may need to modify forward_test.