Update InspireFace to 1.1.4

This commit is contained in:
JingyuYan
2024-07-05 21:54:55 +08:00
parent a1b9206a64
commit dfc72baf25
82 changed files with 1448 additions and 408 deletions

View File

@@ -100,7 +100,7 @@ int main(int argc, char* argv[]) {
}
// Set log level
HFSetLogLevel(HF_LOG_ERROR);
HFSetLogLevel(HF_LOG_INFO);
return session.run();
}