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

Set of methods to ensemble boxes from different object detection models, including implementation of "Weighted boxes fusion (WBF)" method.

Results 36 Weighted-Boxes-Fusion issues
Sort by recently updated
recently updated
newest added

I tried to solve the problem of Rotate Boxes. There is no problem in debugging, but I am not sure whether the result is correct. So I hope the author...

Is the result after NMS in YoloV5 passed to WBF for secondary screening?@ZFTurbo

Hello,How to use it in rotate boxes?

Hello, I'm building an ensemble object detection model with two SSD head detectors. In this implementation the labels of the predicted model are stored with the corresponding conf scores and...

I am using this repo to ensemble multiple models but I want to convert to mobile application. Is there a way to convert to this method?

most of the 3d object-detector need to predict a heading angle(yaw angle),but is seems that the 3d wbf don't use it and another problem is the normalization,.by 2D case it...

我注意到你们给出了一个转换yolov5数据的代码,转换成csv文件。 进一步处理这个csv后使用wbf的demo有吗

hi there, maybe this is not a issue but an error that I faced when I install ensemble_boxes with the following command: `pip install ensemble_boxes` My environment is Jetson Xavier:...

I'm not actually suggesting to do wbf or nms on masks but I think those methods should be compatible with masks for instance segmentation. I haven't tried any methods in...

Thank you for your work . I has a question how to use with output is polygon not rectangle ?