ZFTurbo/Weighted-Boxes-Fusion
Set of methods to ensemble boxes from different object detection models, including implementation of "Weighted boxes fusion (WBF)" method. observed · 2026-08-28
Health v2 · maintenance only
65/100
- Activity 94
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2502
- days_rel: n/a
- days_push: 37
- n_releases_24m: 0
Adoption not part of the score
1827 stars · 235 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Python library implementing several methods for ensembling bounding boxes from multiple object detection models, including Non-maximum Suppression, Soft-NMS, Non-maximum Weighted, and Weighted Boxes Fusion (WBF). It supports 2D and 3D boxes and model weighting.
Use cases
- ensemble predictions from multiple object detection models
- replace NMS with weighted boxes fusion for better accuracy
- merge bounding boxes from several models into one output
- apply soft-NMS to detection results
- fuse 3D bounding boxes from detection models
- improve mAP in detection competitions by combining model outputs
When to choose
- you have predictions from multiple object detection models and want to combine them
- you want better ensembling results than plain NMS
- you need a lightweight pip-installable utility for box fusion in Python
When to avoid
- you need full object detection model training or inference
- you work outside Python or need GPU-accelerated fusion at scale
- your task is not bounding-box based detection
Facets
library · maturity stable
machine-learning computer-vision image-processing computer-vision machine-learning deep-learning python cross-platform object-detection ensemble weighted-boxes-fusion nms bounding-boxes
1 source
- readme: https://github.com/ZFTurbo/Weighted-Boxes-Fusion · fetched 2026-08-28 · 1bda61f6f2fc
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ZFTurbo/Weighted-Boxes-Fusion | main | 65 |
For agents
markdown · JSON · MCP: product_card(name="ZFTurbo/Weighted-Boxes-Fusion")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem