Skip to content

Commit 24c7b22

Browse files
committed
Added source code for te 4th ABAW competition
1 parent 21822ef commit 24c7b22

File tree

5 files changed

+7148
-94
lines changed

5 files changed

+7148
-94
lines changed
15.6 MB
Binary file not shown.

src/ABAW/abaw3_train.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@
768768
"model_name='mymobilenet_7_ft_sgd_model'\n",
769769
"num_classes=7\n",
770770
"\n",
771-
"base_model=load_model('../models/affectnet_emotions/'+model_name+'.h5')\n",
771+
"base_model=load_model('../../models/affectnet_emotions/'+model_name+'.h5')\n",
772772
"_,w,h,_=base_model.input.shape\n",
773773
"print(w,h)"
774774
]
@@ -997,7 +997,7 @@
997997
")\n",
998998
"\n",
999999
"print(PATH)\n",
1000-
"feature_extractor_model = torch.load('../models/affectnet_emotions/'+PATH)"
1000+
"feature_extractor_model = torch.load('../../models/affectnet_emotions/'+PATH)"
10011001
]
10021002
},
10031003
{

0 commit comments

Comments
 (0)