Replies: 1 comment
-
I'm not sure I totally understand the case.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Let me preface this that's I'm super-stoked with CompreFace and very much appricate all the work that must have gone into it...
Out application includes a selfie registration and validation of some aspects of the image (is it a person, yaw, ...). Because I subsequently need to use the same image for comparision with 2FA selfies, I want to store it in CompreFace. Is there any way to do this in one step. Right now we are uploading the image from our S3 bucket in order to get the image_id and then upload it again to evaluate the image. This is obviously time consuming. (BTW: Ignore the details of the http calls, this our internal OkHttp wrapper).
Beta Was this translation helpful? Give feedback.
All reactions