Releases: viam-modules/queue-estimator
Releases · viam-modules/queue-estimator
2.2.0
2.1.0
require a >0 trigger threshold
Full Changelog: 2.0.0...2.1.0
2.0.0
What's Changed
New Contributors
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
1.0.0
Full Changelog: 1.0.0-rc...1.0.0
1.0.0-rc
Full Changelog: https://github.com/viam-modules/queue-estimator/commits/1.0.0-rc