ZFTurbo / Weighted-Boxes-Fusion

Set of methods to ensemble boxes from different object detection models, including implementation of "Weighted boxes fusion (WBF)" method.
MIT License
1.7k stars 237 forks source link

Question about different scores of two different model #22

Open sky-fly97 opened 3 years ago

sky-fly97 commented 3 years ago

Two models with different structures get different confidencefor the same dataset. For example, most of the confidence obtained by the first model are more than 0.9, while most of the confidence of the second model are above 0.8. However, their final map is almost the same. How should I set the weight of WBF? Or how can I change the confidence of the two models?