フィルターのクリア

About emotionNet to use

2 ビュー (過去 30 日間)
Jaekyeong Lee
Jaekyeong Lee 2020 年 7 月 31 日
回答済み: Aditya Patil 2020 年 8 月 21 日
Hi guys!
I'm a student interested in facial emotion detection and currently, trying various type of network.
I've used emotionNet by entering "load("models/net_emotion.mat")", and it loaded a emotionNet(which is a DAGNetwork or something... I have no idea).
I tried this one but, this is not that good network cuz whenever I take my selfie as a input, this network classifies it always angry.
So is there any other better emotion classfying network I could get?
Thanks for any recommendation!
Jack

採用された回答

Aditya Patil
Aditya Patil 2020 年 8 月 21 日
While you can try out various other networks, another way to improve accuracy is to use transfer learning using a dataset of your images. The get started with transfer learning documentation provides details on how to do this.
For example, you can import a pretrained network, and then fine tune it using transfer learning.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeImage Data Workflows についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by