Can I skip Face detection (I have previously detected) and go straight to getting embeddings? #877
-
|
Can I skip Face detection (I have previously detected) and go straight to getting embeddings? detection_with_embedings: DetectionService = compre_face.init_face_detection(DETECTION_API_KEY) But detection only works fine for these. Is it possible to detect bounding boxes of faces, then crop them and then go straight to getting embeddings, without face detection phase? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
It's not possible with the current build |
Beta Was this translation helpful? Give feedback.
It's not possible with the current build
I'll create a task, and we will review it.
I think it's possible to skip a detection step if we cancel the execution of all other plugins except embeddings, as they may depend on the detection step.