MCPcopy Create free account
hub / github.com/HyperInspire/InspireFace / getTestModelsFile

Function getTestModelsFile

cpp/test/settings/test_settings.cpp:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24std::string getTestModelsFile() {
25 std::string path = "pack/";
26 path = path + TEST_MODEL_FILE;
27 return getTestData(path);
28}
29
30std::string getTestLFWFunneledTxt() {
31 return getTestData(TEST_LFW_FUNNELED_TXT);

Callers

nothing calls this directly

Calls 1

getTestDataFunction · 0.85

Tested by

no test coverage detected