LdDl / rust-road-traffic

Vehicle counting/tracking and speed estimation
17 stars 3 forks source link

Optional virtual lines, filtering targets #16

Closed LdDl closed 1 month ago

LdDl commented 10 months ago

1) Added new optional attribute for detection zone: virtual_line By default road traffic flow in calculated as number of vehicles which has been registered by naive verification metric: if even single point were registered in lane - it is counted as +1. This new attribute overrides default behavior and allows to count only vehicles which has been registered by virtual line in this zone. 2) Now target classes could be adjusted via TOML configuration

LdDl commented 2 months ago

UI has been updated in #21 . Need to wait until UI makes virtual lines drawing happen and then we can continue to work on this PR too (still can make some breaking API changes)

LdDl commented 2 months ago

UI is in W.I.P. now: https://github.com/LdDl/rust-road-traffic-ui/pull/55

LdDl commented 2 months ago

Added showcase video

LdDl commented 2 months ago

Bumped UI version from https://github.com/LdDl/rust-road-traffic-ui/pull/55 Doing main check ups.

LdDl commented 1 month ago

Merging