Moving 300W to use the new Matlab interface.

This commit is contained in:
Tadas Baltrusaitis
2018-04-14 20:10:45 +01:00
parent c7a1a518bf
commit b35118917a
23 changed files with 18 additions and 100 deletions

View File

@@ -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);