Published June 25, 2020
| Version v1.0.4
Software
Open
ZFTurbo/Weighted-Boxes-Fusion: Speed up + New Features
Description
- Added many input data checks in all methods: set to 0.0 coords < 0, set to 1.0 coords > 1, swap cases where x2 < x1 and y2 < y1, remove zero area boxes.
- Added numba @jit(nopython=True) for critical functions (NMS, NMW and WBF). Speed up around x2 times (tested on example_oid.py).
- Added support for 3D boxes with function weighted_boxes_fusion_3d
Files
ZFTurbo/Weighted-Boxes-Fusion-v1.0.4.zip
Files
(19.0 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:f12b33d721074428e2281f7666e6b66f
|
19.0 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/ZFTurbo/Weighted-Boxes-Fusion/tree/v1.0.4 (URL)