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

Method SetFaceDetectModelList

cpp/inspireface/runtime_module/launch.cpp:277–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275}
276
277void Launch::SetFaceDetectModelList(const std::vector<std::string>& model_list) {
278 std::lock_guard<std::mutex> lock(pImpl->mutex_);
279 pImpl->m_face_detect_model_list_ = model_list;
280}
281
282std::vector<std::string> Launch::GetFaceDetectModelList() const {
283 std::lock_guard<std::mutex> lock(pImpl->mutex_);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected