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年前246ビュー
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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ