Added support for new faceai parameters
All checks were successful
Publish FaceAI Container / publish (push) Successful in 9m39s
All checks were successful
Publish FaceAI Container / publish (push) Successful in 9m39s
This commit is contained in:
parent
3e4d855f93
commit
a026fec62b
12 changed files with 152 additions and 13 deletions
|
|
@ -20,4 +20,5 @@ COPY bin/Face_Recognition_Unix/face_matcher /app/bin/face_matcher
|
|||
RUN chmod +x /app/bin/face_matcher
|
||||
|
||||
ENV NODE_ENV=production
|
||||
ENV FACEAI_MATCHER_BINARY=/app/bin/face_matcher
|
||||
ENV FACEAI_MATCHER_BINARY=/app/bin/face_matcher
|
||||
ENV FACEAI_MATCHER_TOLERANCE=0.5
|
||||
Loading…
Add table
Add a link
Reference in a new issue