Skip to content

Commit

Permalink
Added source code for te 4th ABAW competition
Browse files Browse the repository at this point in the history
  • Loading branch information
av-savchenko committed Jul 21, 2022
1 parent 21822ef commit 24c7b22
Show file tree
Hide file tree
Showing 5 changed files with 7,148 additions and 94 deletions.
Binary file added models/affectnet_emotions/enet_b0_8_va_mtl.pt
Binary file not shown.
4 changes: 2 additions & 2 deletions src/ABAW/abaw3_train.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@
"model_name='mymobilenet_7_ft_sgd_model'\n",
"num_classes=7\n",
"\n",
"base_model=load_model('../models/affectnet_emotions/'+model_name+'.h5')\n",
"base_model=load_model('../../models/affectnet_emotions/'+model_name+'.h5')\n",
"_,w,h,_=base_model.input.shape\n",
"print(w,h)"
]
Expand Down Expand Up @@ -997,7 +997,7 @@
")\n",
"\n",
"print(PATH)\n",
"feature_extractor_model = torch.load('../models/affectnet_emotions/'+PATH)"
"feature_extractor_model = torch.load('../../models/affectnet_emotions/'+PATH)"
]
},
{
Expand Down
Loading

0 comments on commit 24c7b22

Please sign in to comment.