Skip to content

Releases: thatgeeman/pybx

v0.4.1

20 Aug 09:32
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0a

15 Aug 20:18
7b9573f
Compare
Choose a tag to compare

What's Changed

  • ground truth filters based on IOU by @thatgeeman in #18
  • image_sz is now a tuple of (H, W)

Full Changelog: v0.3.0...v0.4.0

Fixes

#17 Rather than Region proposals, we have ground truth filters based on max IOU and thresholded IOU
#16 Fixed and updated walkthroughs

What's Changed

Full Changelog: v0.3.0...v0.4.0a

ground truth filters based on IOU

15 Aug 20:22
026c817
Compare
Choose a tag to compare

What's Changed

  • ground truth filters based on IOU by @thatgeeman in #18
  • image_sz is now a tuple of (H, W)

Full Changelog: v0.3.0...v0.4.0

Fixes

#17 Rather than Region proposals, we have ground truth filters based on max IOU and thresholded IOU
#16 Fixed and updated walkthroughs

What's Changed

Full Changelog: v0.3.0...v0.4.0a

v0.3.0

20 Nov 22:55
024e037
Compare
Choose a tag to compare

A refactored version of pybx built using nbdev.

Added:

  • documentation page: docs, README.md, example walkthrough file
  • GH workflow tests

Breaking changes:

  • Need area() and valid() are now properties of BaseBx, so .area and .valid would suffice
  • utils methods refactored to utils and ops

v0.2.1

21 Jan 23:06
d4f7758
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.4...v0.2.1

v0.1.4

18 Jan 21:37
bf37cb7
Compare
Choose a tag to compare

What's Changed

  • implemented IOU for BaseBx and added unittests by @thatgeeman in #1

New Contributors

Full Changelog: v0.1.3...v0.1.4