mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2026-05-15 11:47:50 +00:00
Moving 300W to use the new Matlab interface.
This commit is contained in:
@@ -6,7 +6,7 @@ addpath(genpath('../'));
|
||||
if(exist([getenv('USERPROFILE') '/Dropbox/AAM/test data/'], 'file'))
|
||||
root_test_data = [getenv('USERPROFILE') '/Dropbox/AAM/test data/'];
|
||||
else
|
||||
root_test_data = 'D:/Dropbox/Dropbox/AAM/test data/';
|
||||
root_test_data = 'F:\Dropbox\AAM\test data/';
|
||||
end
|
||||
[images, detections, labels] = Collect_wild_imgs(root_test_data);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user