Skip to content

Releases: viam-modules/queue-estimator

6.1.0

07 Jan 22:34
dc1615d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.0.0...6.1.0

6.0.0-rc1

17 Apr 20:28
3a4ff8e

Choose a tag to compare

No changes to behavior are intended. We've switched from the deprecated camera stream interface to just grabbing frames one at a time, and upgraded the SDK from a very old version to a pretty recent one.

6.0.0

22 Apr 17:52
3a4ff8e

Choose a tag to compare

The release candidate seems to work!

5.0.0: semantic naming of bounding box parameters

29 Jan 16:34
da9f7c9

Choose a tag to compare

4.1.0

16 Dec 21:23
74482de

Choose a tag to compare

What's Changed

  • use ModularMain from the RDK instead of copying boilerplate by @penguinland in #5
  • Change to use mean, switch to using mutex by @bhaney in #6

Biggest thing is changing from using the mode label to the mean

New Contributors

Full Changelog: 4.0.0...4.1.0

4.0.0

02 Dec 22:25
9e738fd

Choose a tag to compare

no longer use camera_name and bounding_box and instead use

valid_regions: {
   "214-cam-3": [[0.1, 0.2, 0.5, 0.7], [0.7, 0.73, 0.89, 0.90]],
   "214-cam-1": [[0.5, 0.5, 0.6, 0.6]],
   "213-cam-1": [] # empty implies use the whole image
}

What's Changed

  • multiple bounding boxes, cameras, and rolling averages by @bhaney in #4

Full Changelog: 3.1.0...4.0.0

3.1.0

26 Nov 20:28

Choose a tag to compare

remove tick count from readings

Full Changelog: 3.0.0...3.1.0

3.0.0

26 Nov 19:35
4ebafb5

Choose a tag to compare

What's Changed

  • Changing algo to take max of crowd by @bhaney in #3

Full Changelog: 2.2.0...3.0.0

2.2.0

21 Nov 19:11

Choose a tag to compare

Full Changelog: 2.1.0...2.2.0

2.1.0

21 Nov 19:02

Choose a tag to compare

require a >0 trigger threshold

Full Changelog: 2.0.0...2.1.0