Weighted-Boxes-Fusion
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.
do you embeded the WBF into yolov5? I have the question about using WBF in Yolov5
I've read this algorithm utilizes `confidence scores` of all proposed **bounding boxes** to constructs the averaged boxes. However, I'm interested to know, is it possible to utilize the algorithm with...
Hello, thanks for your nice work! Recently, I used your method in my own project, and the mAP is improved indeed. However, When I check the JSON format result, most...
``` elif not allows_overflow: weighted_boxes[i][1] = weighted_boxes[i][1] * min(len(weights), len(clustered_boxes)) / weights.sum() ``` Hi there, I noticed this line of code indicating whether the confidence score is allowed to overflow...
I want to hybrid another deeplearning model like ssd after yolov5 how to extract yolov5 features
I wanna use this repo with mmdetection result.I edited Json and converted to CSV format.However I get 0 for mAP and Recall. I can share my csv and ground_truth.json files...
How do I configure WBF to mmdetection
I wanted to send absolute coordinates as I don't have the width and height of the image.
I want to hybrid another deeplearning model like ssd after yolov5 how to extract yolov5 features