insightface icon indicating copy to clipboard operation
insightface copied to clipboard

How to implement insightface deep learning modules into aws lambda function

Open Jayanes opened this issue 5 years ago • 4 comments

I have to implement insightface module with aws lambda and aws api gateway when I run the code need to invoke insightface and mxnet libraries. both are nearly 500MB because of large size library i couldnt upload into lambda function . Is there are any way to implement insightface module using AWS lambda ? or any suggition ?

Jayanes avatar Oct 02 '20 11:10 Jayanes

Can you use opencv in AWS lambda?

nttstar avatar Oct 03 '20 16:10 nttstar

Hi jia guo, Thank you for your response,I can use openCV but I have to use arcFace free train model in the aws lambda,is there any way?

On Sat, 3 Oct 2020 at 10:19 PM, Jia Guo [email protected] wrote:

Can you use opencv in AWS lambda?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/deepinsight/insightface/issues/1258#issuecomment-703131808, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHD7LN3WGUSMLOF7JSJ3GVTSI5I2NANCNFSM4SBSF2AQ .

-- Thanks & Regards Jayanes Sebastiyan *Associate Software Engineer *

Jayanes avatar Oct 03 '20 17:10 Jayanes

Use opencv-dnn, just google it.

nttstar avatar Oct 03 '20 17:10 nttstar

I used a Docker image to build an AWS ECR repository to deploy a Lambda function.

isaacgrimaldo avatar Sep 19 '25 22:09 isaacgrimaldo