How to implement insightface deep learning modules into aws lambda function
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 ?
Can you use opencv in AWS lambda?
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 *
Use opencv-dnn, just google it.
I used a Docker image to build an AWS ECR repository to deploy a Lambda function.