Arko007 commited on
Commit
230faf1
·
verified ·
1 Parent(s): 053415c

Upload 2 files

Browse files
Files changed (2) hide show
  1. mindsense_emotion_model.pt +3 -0
  2. model_config.json +28 -0
mindsense_emotion_model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de6a15052912aa3276cdf31705c1c48a05fa4c316dc0ca8545a633a78d0dc4c4
3
+ size 18076823
model_config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_name": "MindSense Emotion Model",
3
+ "num_classes": 7,
4
+ "classes": [
5
+ "angry",
6
+ "disgust",
7
+ "fear",
8
+ "happy",
9
+ "neutral",
10
+ "sad",
11
+ "surprise"
12
+ ],
13
+ "input_size": [
14
+ 384,
15
+ 384
16
+ ],
17
+ "mean": [
18
+ 0.485,
19
+ 0.456,
20
+ 0.406
21
+ ],
22
+ "std": [
23
+ 0.229,
24
+ 0.224,
25
+ 0.225
26
+ ],
27
+ "best_val_acc": 67.62329339648927
28
+ }