mirror of
https://github.com/deepinsight/insightface.git
synced 2026-08-01 22:27:48 +00:00
Update InspireFace to 1.1.2
This commit is contained in:
@@ -335,7 +335,7 @@ TEST_CASE("test_SearchTopK", "[feature_search_top_k]") {
|
||||
configuration.dbPath = dbPathStr;
|
||||
configuration.featureBlockNum = 20;
|
||||
configuration.searchMode = HF_SEARCH_MODE_EXHAUSTIVE;
|
||||
configuration.searchThreshold = 0.48f;
|
||||
configuration.searchThreshold = 0.46f;
|
||||
// Delete the previous data before testing
|
||||
if (std::remove(configuration.dbPath) != 0) {
|
||||
spdlog::trace("Error deleting file");
|
||||
|
||||
Reference in New Issue
Block a user