Hello,
We were wondering if it'd perhaps be possible to add an additional option to the vehicle type (vehicleType) enum of the TrafficFlowObserved data model called bike or something similar?
The idea is that bike would serve as an umbrella term for both bicycles and various types of motorised bicycles (motorbikes / motorcycles).
The problem we have is the following - we have devices from Axis which use the following software https://www.axis.com/products/axis-object-analytics. This software classifies vehicles among other things and it currently puts bicycles and motorcycles into the same "bucket" meaning that whether it detects a motorcycle, scooter, or bicycle it'll say that it saw a bike.
What we do right now is when we convert events from Axis devices into Smart Data Models - more specifically TrafficFlowObserved - we use the bicycle vehicle type whenever we get an event triggered by a bike.
Considering the fact that TrafficFlowObserved has other two-wheeled vehicle types no one will probably think about the possibility that it could also include motorised bicycles when interpreting the data.
What do you think?
Thank you!
Hello,
We were wondering if it'd perhaps be possible to add an additional option to the vehicle type (
vehicleType) enum of theTrafficFlowObserveddata model calledbikeor something similar?The idea is that
bikewould serve as an umbrella term for both bicycles and various types of motorised bicycles (motorbikes / motorcycles).The problem we have is the following - we have devices from Axis which use the following software https://www.axis.com/products/axis-object-analytics. This software classifies vehicles among other things and it currently puts bicycles and motorcycles into the same "bucket" meaning that whether it detects a motorcycle, scooter, or bicycle it'll say that it saw a bike.
What we do right now is when we convert events from Axis devices into Smart Data Models - more specifically
TrafficFlowObserved- we use thebicyclevehicle type whenever we get an event triggered by abike.Considering the fact that
TrafficFlowObservedhas other two-wheeled vehicle types no one will probably think about the possibility that it could also include motorised bicycles when interpreting the data.What do you think?
Thank you!