Where should I Put detection: DetectionService = compre_face.init_face_detection(DETECTION_API_KEY) in Flask? #830
Answered
by
pospielov
martinenkoEduard
asked this question in
Q&A
-
Where should I Put detection: DetectionService = compre_face.init_face_detection(DETECTION_API_KEY) in Flask? |
Beta Was this translation helpful? Give feedback.
Answered by
pospielov
Jul 12, 2022
Replies: 1 comment
-
It's better to init CompreFace in one place once and then use those objects everywhere you need them. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
martinenkoEduard
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's better to init CompreFace in one place once and then use those objects everywhere you need them.