Fix ALPR pipeline. Ready for production
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user