mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-17 19:40:40 +08:00
Updated output on prepcharsfortraining
This commit is contained in:
@@ -75,8 +75,8 @@ int main( int argc, const char** argv )
|
|||||||
|
|
||||||
if (DirectoryExists(inDir.c_str()) == false)
|
if (DirectoryExists(inDir.c_str()) == false)
|
||||||
{
|
{
|
||||||
printf("Output dir does not exist\n");
|
printf("Input dir does not exist\n");
|
||||||
return 0;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -139,7 +139,7 @@ int main( int argc, const char** argv )
|
|||||||
{
|
{
|
||||||
string fullpath = inDir + "/" + files[i];
|
string fullpath = inDir + "/" + files[i];
|
||||||
|
|
||||||
cout << "Processing file: " << (i + 1) << " of " << files.size() << endl;
|
cout << "Processing file: " << (i + 1) << " of " << files.size() << " (" << files[i] << ")" << endl;
|
||||||
|
|
||||||
char charcode = files[i][0];
|
char charcode = files[i][0];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user