Skip to content

Releases: ZFTurbo/Weighted-Boxes-Fusion

Benchmark files for NLP problem

24 Mar 20:11
Compare
Choose a tag to compare

Benchmark files for NLP problem for testing WBF 1D case.

Benchmark files

13 Jul 10:45
Compare
Choose a tag to compare

Benchmark

Speed up + New Features

25 Jun 17:58
Compare
Choose a tag to compare
  • 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

Bug fix

03 Jun 08:06
Compare
Choose a tag to compare

Fixed bug with incorrect work of WBF and NMW algorithms if provided boxes was unsorted and skip_box_thr was larger than 0.0.

First stable version

31 Oct 07:08
Compare
Choose a tag to compare
v1.0.0

Merge remote-tracking branch 'origin/master'

Initial release + test data

27 Oct 16:52
Compare
Choose a tag to compare