Skip to content

Releases: viam-modules/queue-estimator

2.2.0

21 Nov 19:11
Compare
Choose a tag to compare

Full Changelog: 2.1.0...2.2.0

2.1.0

21 Nov 19:02
Compare
Choose a tag to compare

require a >0 trigger threshold

Full Changelog: 2.0.0...2.1.0

2.0.0

20 Nov 22:24
df67ecb
Compare
Choose a tag to compare

What's Changed

  • Add count thresholding and bounding boxes by @bhaney in #1
  • num_in_view variable by @bhaney in #2

New Contributors

  • @bhaney made their first contribution in #1

Full Changelog: 1.0.0...2.0.0

  • it allows you to add a cropping box around an area of interest, so that it's not counting people within the entire scene (e.g. just an area close to the crowding area)
  • Rather than just counting how many people are there, which could jump wildly up and down as people pass, the algo now instead counts to see if enough people are in that area of interest (as determined by the trigger_threshold) then increments a trigger_count as long as there are a lot of people in that area. This is supposed to capture the fact that many people will be congregating in the area, and not moving away from it.
  • The trigger count decrements when the number of people falls below the trigger_threshold
  • The label associated with the location is determined by how high the trigger_count is
  • The trigger_count cannot go below 0, or above the largest upper bound set by the count_thresholds

2.0.0-rc

20 Nov 22:09
e4015a0
Compare
Choose a tag to compare
2.0.0-rc Pre-release
Pre-release

What's Changed

  • Add count thresholding and bounding boxes by @bhaney in #1

New Contributors

  • @bhaney made their first contribution in #1

Full Changelog: 1.0.0...2.0.0-rc

1.0.0

14 Nov 21:42
f68872e
Compare
Choose a tag to compare

Full Changelog: 1.0.0-rc...1.0.0

1.0.0-rc

14 Nov 21:31
Compare
Choose a tag to compare