Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions sample_afar_v1.m
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@
FETA_dir = '<PATH TO AFARTOOLBOX>/FETA/';
AU_dir = '<PATH TO AFARTOOLBOX>/AU_detector/';


% add all modules to matlab environment

addpath(genpath(zface_dir))
addpath(genpath(FETA_dir))
addpath(genpath(AU_dir))



% Your directory of videos that need to be processed and where they should be saved
video_dir = './test_video';
out_dir = './test_out';
Expand Down