-
## タイトル: ResEmoteNet:顔感情認識における精度と損失低減の橋渡し
## リンク: https://arxiv.org/abs/2409.10545
## 概要:
人間の顔は、表情を通して感情や思考を表現する、静かなコミュニケーション手段です。近年、コンピュータービジョンの進歩に伴い、顔感情認識技術は著しい進歩を遂げ、機械は顔の微妙な表情を読み取ることができるようになりまし…
-
-
I only have one .csv file, named fer2013.csv. How can I make the train and test .csv file?
-
Hello, why is my accuracy rate on fer2013 data set only around 47%? I didn't make any changes to your code
-
Testing on 48x48 fer2013 led to undetected faces...
-
sorry, I tried to run the main_fer2013.py file and specified the model name is resmasking_dropout1, but I only got 65.63% accuracy on the private test dataset. What caused this?
-
sorry, I tried to run the main_fer2013.py file and specified the model name is resnet34,I can got 72.88%, but specified the model name is resmasking_dropout1, I only got 69.09% accuracy on the pri…
-
I use the script of cvs_to_numpy.py,and download the dataset in https://www.kaggle.com/c/challenges-in-representation-learning-facial-expression-recognition-challenge/data and then ,I try to get the .…
-
运行preprocess_fer2013后,得到的输出结果为(0,),请问这个问题该如何解决?是什么原因导致的呢?
![QQ截图20230506092911](https://user-images.githubusercontent.com/126170282/236590975-909f83fd-f4af-423a-98f2-3803cd51ff9a.png)
-
Where are your training and testing data sets