Text and face detection at same time #968
Answered
by
frgfm
khawar-islam
asked this question in
Q&A
-
I would like to detect text and faces in documents at same time, I have implemented simple code but it did not workout. Code
|
Beta Was this translation helpful? Give feedback.
Answered by
frgfm
Jun 30, 2022
Replies: 1 comment 4 replies
-
Hi again @khawar-islam 👋 Thanks for asking! A few things:
Please elaborate a bit on your question as mentioned above so that we can help 🙏 Cheers ✌️ |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
frgfm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi again @khawar-islam 👋
Thanks for asking! A few things:
test_face_detector
object but there is no way for us to know what it is 😅ocr_predictor
has no connection whatsoever with face detection. We do have a face detection module but that will have to be run separately in your program if "at same time" meant "within the same model"Please elaborate a bit on your question as mentioned above so that we can help 🙏
Cheers ✌️