[v.2.10.4.rc] 04.02.2025#
Component versions
| Service | Version used |
|---|---|
| CARS_API | 5.0.2 |
| CARS_Stream | 3.0.24 |
| CARS_Analytics backend | 4.0.10 |
| CARS_Analytics backend vehicle plugin | 1.0.41 |
| CARS_Analytics frontend | 2.0.64 |
| CARS_Analytics backend checkpoint plugin | 0.9.34.1 |
CARS_API#
Changes:
- Removed outdated classifiers and plans to reduce API memory consumption, which decreased RAM usage.
The following classifiers were removed:
- vehicle_emergency_type и vehicle_emergency_type_v3
- vehicle_color
- grz_uk_asia_recognition_v1
- emirate_recognition_v1
- rus_plate_recognition_v2
- eu_cis_recognition_v2
CARS_Stream#
Changes:
- Added a check for false positive vehicle detections when a person was mistakenly recognized as a vehicle. If the
IOUvalue between human and vehicle detection exceeds the threshold, no vehicle track is created.
Configuration parameters:
STREAM_FP_VEHICLE_TRACK_DETECTION— if set to1, enabled the logic for discarding false positive vehicle detections; if0, disabled the logic;STREAM_FP_VEHICLE_TRACK_IOU— If theIOUvalue between the detected person bbox and the vehicle bbox exceeds this threshold, the vehicle detection is considered false;STREAM_FP_VEHICLE_TRACK_HUMAN_IMG_SIZE— inference size for the human detector.
CARS_Installer#
Changes:
- Reduced the size of CARS_Installer Docker images: decreased the total image size and sped up the download process.
- Updated default license plate recognition thresholds in
.env-vanilla. Updated aggregation calculation policies and other parameters to improve license plate recognition.
General changes#
- Fixed bugs and added improvements to enhance system stability.