AffectAnalysisGroup / AFARtoolbox

AFAR: A Deep Learning Based Toolbox for Automated Facial Affect Recognition
Other
77 stars 25 forks source link

Cannot find `CZface` #3

Closed bmaneesh closed 2 years ago

bmaneesh commented 2 years ago

At times, matlab has problems finding variables that are already in its search path. In which case, it is recommended to add the missing paths using addpath(<location of the file>). With AFAR, it is safe to use addpath(genpath('./')) at root directory. This will add all files to matlab search path.

If this error does not fix the problem try restarting matlab and doing the same again. Note that you need to have the path to mexopencv added in addition to AFAR modules for AFAR to work.