From c6704403b9ab0cb07eba464713212d6902e8364d Mon Sep 17 00:00:00 2001 From: Saurabh Hinduja Date: Sat, 18 Feb 2023 17:55:41 -0500 Subject: [PATCH] Update sample_afar_v1.m Added all Zface, FETA and AU to Matlab environment. --- sample_afar_v1.m | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/sample_afar_v1.m b/sample_afar_v1.m index b67a9d5..499aa4b 100644 --- a/sample_afar_v1.m +++ b/sample_afar_v1.m @@ -18,6 +18,15 @@ FETA_dir = '/FETA/'; AU_dir = '/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';