Weighted-Boxes-Fusion icon indicating copy to clipboard operation
Weighted-Boxes-Fusion copied to clipboard

weighted boxes fusion on single model

Open SISTMrL opened this issue 4 years ago • 2 comments

hello, today i found a repo: https://github.com/kentaroy47/ODA-Object-Detection-ttA this repo also use the wbf, you can find the code in adach/oda.py/line 192 class TTAWrapper. you can see the example.ipynb in that repo, i found oda use the wbf just only one model. I remember that you say that wbf on single model, the performance will drop. how do i choose the nms option in class TTAWrapper in oda? just nms='nms' not nms='wbf', thanks?

SISTMrL avatar May 26 '21 03:05 SISTMrL

WBF works great for TTA. It's bad for filtering boxes from single model. TTA != Single model

ZFTurbo avatar May 26 '21 07:05 ZFTurbo

i saw that repo use single model, how can i use multiple models in that repo

SISTMrL avatar May 26 '21 08:05 SISTMrL