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
已提問 3 年前檢視次數 245 次
2 個答案
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
已回答 3 年前
0

I see. Thanks for your helping!

RuiAcc
已回答 3 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南