Before investigate ALPR M misread as N

This commit is contained in:
2026-04-22 10:32:13 +10:00
parent 0e203eef99
commit f7f356c044
2 changed files with 3 additions and 2 deletions

View File

@@ -48,7 +48,8 @@
"Bash(awk 'NR==1 || NR%70==0 || NR==889 { *)", "Bash(awk 'NR==1 || NR%70==0 || NR==889 { *)",
"Read(//c/Users/nghia/Downloads/**)", "Read(//c/Users/nghia/Downloads/**)",
"Bash(awk '{print \"OCR_Leak: \"$1}')", "Bash(awk '{print \"OCR_Leak: \"$1}')",
"Bash(awk 'NR==1 || NR%20==0 || NR==157 { *)" "Bash(awk 'NR==1 || NR%20==0 || NR==157 { *)",
"Bash(xargs file *)"
] ]
} }
} }

View File

@@ -570,7 +570,7 @@ int ANSLPR_OD_FolderInferences_Test() {
ANSCENTER::ANSALPR* infHandle = nullptr; ANSCENTER::ANSALPR* infHandle = nullptr;
std::string licenseKey = ""; std::string licenseKey = "";
std::string modelZipFile = "C:\\ProgramData\\ANSCENTER\\ANSVIS Server\\ANSALPR\\ServerOptimised\\ANS_ALPR_v1.2_NVIDIAGeForceRTX4070LaptopGPU.zip"; std::string modelZipFile = "C:\\ProgramData\\ANSCENTER\\ANSVIS Server\\ANSALPR\\ServerOptimised\\ANS_ALPR_v1.2_NVIDIAGeForceRTX4070LaptopGPU.zip";
std::string folderPath = "E:\\Programs\\DemoAssets\\ImageSeries\\ALPR character M\\EventDebug_20260419_150142.997"; std::string folderPath = "E:\\Programs\\DemoAssets\\ImageSeries\\ALPR character M\\EventDebug_20260419_150533.690";
int engineType = 1; int engineType = 1;
double detectionThreshold = 0.3; double detectionThreshold = 0.3;