Skip to content

Commit 5359bc8

Browse files
authored
Update runInference.m
1 parent 1568ce2 commit 5359bc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runInference.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
% Add path containing the pretrained models.
2-
addpath('models/');
2+
addpath('models');
33

44
% Read test image.
55
I = imread(fullfile('data','inputTeam.jpg'));

0 commit comments

Comments
 (0)