Update matcher binary path to /app/bin/face_matcher in configuration and documentation
All checks were successful
Publish FaceAI Container / publish (push) Successful in 2m53s
All checks were successful
Publish FaceAI Container / publish (push) Successful in 2m53s
This commit is contained in:
parent
cf316c8563
commit
c0732c142c
7 changed files with 76 additions and 8 deletions
|
|
@ -32,6 +32,8 @@ async function ensureMatcherBinaryAvailable() {
|
|||
}
|
||||
}
|
||||
|
||||
console.log(`FaceAI processor configured matcher binary: ${config.matcherBinary}`);
|
||||
|
||||
function formatLogLine(message, details) {
|
||||
const timestamp = new Date().toISOString();
|
||||
if (details === undefined) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue