[v.3.0.16] 13.11.2024#
New Features:
- Added domain-based redetect identification. Now, for each domain, a separate redetect call will be made with the necessary parameters, allowing for more precise detection adjustments based on the domain.
Changes:
- Added ReID strategy thresholds and wheel detector settings to
.env
; - ReID is now calculated based on the last 8 detections in the track, increasing calculation frequency and accuracy. The calls for extracting the ReID descriptor have also been reworked.
Fixes:
- In the tsdk ReID strategy, there was an issue when an old track was broken in the new track creation restriction zone, preventing the new track from being attached to the old one. Now, new tracks can be created in this zone (without sending bestshots). If the new track doesn't merge with another, it checks if it was created in the restricted zone; if confirmed, it is removed.