Skip to content

v0.3.1

Compare
Choose a tag to compare
@remydubois remydubois released this 05 Jan 17:27
· 46 commits to main since this release
  • Added multiclass support for NMS
  • Edge case where all box scores are zero (or all below threshold) is now handled (threw uggly error before)
  • Use the underlying RNode class in nms now, which speeds up compilation (no need to compile RTree anymore)