Update InspireFace to 1.0.1

This commit is contained in:
JingyuYan
2024-05-08 14:19:31 +08:00
parent 208d17eff8
commit ce564bdd9f
261 changed files with 898 additions and 324783 deletions

View File

@@ -25,7 +25,7 @@ int init_test_logger() {
}
int init_test_benchmark_record() {
#ifdef ENABLE_BENCHMARK
#ifdef ISF_ENABLE_BENCHMARK
if (std::remove(getBenchmarkRecordFile().c_str()) != 0) {
spdlog::trace("Error deleting file");
}
@@ -35,7 +35,7 @@ int init_test_benchmark_record() {
}
int init_test_evaluation_record() {
#ifdef ENABLE_TEST_EVALUATION
#ifdef ISF_ENABLE_TEST_EVALUATION
if (std::remove(getEvaluationRecordFile().c_str()) != 0) {
spdlog::trace("Error deleting file");
}