muse1998 / MMNet

a novel two-branch MER paradigm
45 stars 10 forks source link

The network does not perform well on SAMM #8

Open Svardfox opened 1 year ago

Svardfox commented 1 year ago

I tried to reproduce the results of the network in the paper on the SAMM dataset, but I couldn’t get good results. The validation accuracy of most sub-networks is much lower than that of the training set, so I wonder what might be causing this?

Svardfox commented 1 year ago

It seems there are overfitting problems..

muse1998 commented 1 year ago

For SAMM dataset, we crop and align the face based on the original data, you may try dlib toolbox or some other methods to preprocess the data and then do the traning.

likemby commented 1 year ago

Since face alignment and cropping are an important part of MMnet algorithm, could you please share detailed face alignment and cropping methods so that we can better understand your work?