Skip to content

Releases: levan92/deep_sort_realtime

v1.3.2

11 Feb 04:25
Compare
Choose a tag to compare

What's Changed

  • Added background masking functionality as described in README here
  • Code fixes in response to deprecation of np.float in numpy
  • Exposed max_iou_distance as an argument in deep_sort_realtime.deepsort_tracker.DeepSort object
  • Exposed gating_only_position as an argument in deep_sort_realtime.deep_sort.tracker.Tracker (if flagged True, during gating, only x y position is taken into account, instead of the usual x, y, aspect ratio and height)
  • Minor fixes and README updates

v1.3.1

24 Aug 09:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3...v1.3.1

v1.3

18 Aug 14:15
Compare
Choose a tag to compare

Full Changelog: v1.2...v1.3

v1.2

02 Nov 09:46
4ce141b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1...v1.2

v1.1

23 Sep 16:58
Compare
Choose a tag to compare
  • Removed clock custom object references, takes in datetime object instead
  • Simple logging implemented

v1.0

20 Sep 17:44
Compare
Choose a tag to compare
update readme