Fix ALPR pipeline. Ready for production
This commit is contained in:
@@ -43,7 +43,7 @@ namespace ANSCENTER {
|
||||
ANSByteTrack::ANSByteTrack() {
|
||||
_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);
|
||||
}
|
||||
|
||||
ANSByteTrack::~ANSByteTrack() {
|
||||
|
||||
Reference in New Issue
Block a user