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

how to normalize bbox in WBF? #16

Closed yustaub closed 3 years ago

yustaub commented 3 years ago

should I divided bbox by image width and height? thanks for your reply!

ZFTurbo commented 3 years ago

Yes, you need to normalize boxes before apply WBF.