Fix ALPR pipeline. Ready for production

This commit is contained in:
2026-04-05 11:55:37 +10:00
parent db089c3697
commit f7cef5015a
14 changed files with 331 additions and 22 deletions

View File

@@ -44,7 +44,7 @@ namespace ANSCENTER{
ANSByteTrackNCNN::ANSByteTrackNCNN() {
_licenseValid = false;
CheckLicense();
tracker.update_parameters(30, 30, 0.5, 0.6, 0.8);
tracker.update_parameters(10, 30, 0.5, 0.6, 0.8);
}
ANSByteTrackNCNN::~ANSByteTrackNCNN() {