mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-08 13:40:07 +08:00
Updated state detection API
This commit is contained in:
@@ -59,7 +59,7 @@ int main( int argc, const char** argv )
|
||||
}
|
||||
|
||||
Config config("us");
|
||||
StateDetector identifier(config.country, config.runtimeBaseDir);
|
||||
StateDetector identifier(config.country, config.config_file_path, config.runtimeBaseDir);
|
||||
|
||||
if (DirectoryExists(outDir.c_str()) == false)
|
||||
{
|
||||
|
Reference in New Issue
Block a user