go-face icon indicating copy to clipboard operation
go-face copied to clipboard

library not work with AWS Lambda ECR

Open pjmd89 opened this issue 11 months ago • 0 comments

I made a docker image for AWS ECR to be able to run my code with AWS Lambda, and although if I test my container on my machine it works fine, on AWS it doesn't. It doesn't show any errors, it just gives a timeout when it reaches the rec line, er := face.NewRecognizer(modelsDir).

suddenly the code stops and does nothing else. Do you have any idea why?

pjmd89 avatar Jul 11 '23 12:07 pjmd89