mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2026-05-15 19:57:53 +00:00
11 lines
340 B
Matlab
11 lines
340 B
Matlab
% this is data defined across the experiments (to make sure all of them have same user conventions)
|
|
|
|
% Defining which AU's we are extracting (all corrs above 0.5)
|
|
all_aus = [6, 7, 9, 10, 12, 25, 26];
|
|
aus = [6, 7, 9, 10, 12, 25, 26];
|
|
|
|
addpath('../../data extraction/');
|
|
|
|
find_UNBC;
|
|
|
|
features_dir = 'E:\datasets\face_datasets_processed\unbc'; |