V2X Hub is a message handler that acts as a translator and data aggregator/disseminator for infrastructure components of a connected vehicle deployment.
Apache License 2.0
123
stars
69
forks
source link
MustSensorDriverPlugin: Convert the classification confidence to decimal from percentage unit % #634
The MUST Sensor provides classification confidence as a decimal value between 0 and 100 % while the Sensor Detected Object message expects confidence as a decimal value between 0 and 1. PR includes appropriate conversion logic
PR Details
Description
The MUST Sensor provides classification confidence as a decimal value between 0 and 100 % while the Sensor Detected Object message expects confidence as a decimal value between 0 and 1. PR includes appropriate conversion logic
Related Issue
FCP-30
Motivation and Context
Provide correct data translation between MUST sensor output and Sensor Detected Object message for data accuracy in the SDMS Pipeline
How Has This Been Tested?
Unit Testing and Local Integration Testing
Types of changes
Checklist: