Can I load in DeepLens two models at the same time

0

I am trying to load two MXNet well-trained models into one project. My goal is first detecting the objects and recognized them by the "object-detection" model. Then if there exits "person" in it and I will let the frame predicted by another "face-recognization" model to located the human faces. Otherwise it will pass the face detection model directly.

So my goal is to load two different models into a Deeplens Device. But when I operated on the project manage website
(DeepLens>Projects>Object-detection>Edit>Add Model),
I found out it can only load one model at the same time.
I am wondering if I can load two model at the same time ? Or I should load them manully put the model into the deeplens locally not by the website. Or it is totally not working.

Regards!
R

Edited by: RuiAcc on Nov 12, 2020 12:21 AM

RuiAcc
feita há 3 anos245 visualizações
2 Respostas
0

Hi RuiAcc,

Through the console, you can only load one model. However, you can load multiple models manually into DeepLens locally and use them in your project.

You can see how that is done here:
https://aws.amazon.com/blogs/machine-learning/build-a-work-from-home-posture-tracker-with-aws-deeplens-and-gluoncv/

AWS
respondido há 3 anos
0

I see. Thanks for your helping!

RuiAcc
respondido há 3 anos

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas