mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2025-12-30 13:02:30 +00:00
Some missing directories for Ubuntu experiments.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -89,3 +89,4 @@ exe/FaceLandmarkVidMulti/processed/
|
||||
lib/3rdParty/CameraEnumerator/Release/
|
||||
lib/local/CppInerop/Release/
|
||||
lib/local/Utilities/Release/
|
||||
matlab_runners/Demos/processed/
|
||||
|
||||
@@ -11,8 +11,11 @@ elseif(exist('F:/Dropbox/AAM/test data/', 'file'))
|
||||
database_root = 'F:/Dropbox/AAM/test data/';
|
||||
elseif(exist('D:\Datasets\300W/', 'file'))
|
||||
database_root = 'D:\Datasets\300W/';
|
||||
elseif(exist('/media/tadas/5E08AE0D08ADE3ED/Dropbox/AAM/test data/', 'file'))
|
||||
database_root = '/media/tadas/5E08AE0D08ADE3ED/Dropbox/AAM/test data/';
|
||||
else
|
||||
database_root = '/multicomp/datasets/300-W/';
|
||||
fprintf('Dataset not found')
|
||||
return;
|
||||
end
|
||||
|
||||
%% Run using CE-CLM model
|
||||
|
||||
@@ -12,6 +12,8 @@ elseif(exist(['F:/Dropbox/AAM/test data/'], 'file'))
|
||||
database_root = 'F:/Dropbox/AAM/test data/';
|
||||
else
|
||||
database_root = '/multicomp/datasets/head_pose_dbs/';
|
||||
elseif(exist('/media/tadas/5E08AE0D08ADE3ED/Dropbox/AAM/test data', 'file'))
|
||||
database_root = '/media/tadas/5E08AE0D08ADE3ED/Dropbox/AAM/test data';
|
||||
end
|
||||
|
||||
buDir = [database_root, '/bu/uniform-light/'];
|
||||
|
||||
Reference in New Issue
Block a user