Skip to content

Commit

Permalink
Reset to default face lib path
Browse files Browse the repository at this point in the history
  • Loading branch information
resorcap committed Jun 16, 2014
1 parent 6762495 commit d03b872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion m/eigenfaces_example.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
addpath (genpath ('.'));

% load data
[X y width height names] = read_images('E:\desktop\todo\PatternRecognition\Homework\FinalProject\src_ref\orl_faces');
[X y width height names] = read_images('/home/philipp/facerec/data/at');

% compute a model
eigenface = eigenfaces(X,y,300);
Expand Down

0 comments on commit d03b872

Please sign in to comment.